Skip to content

Commit

Permalink
make access wideners the same
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubydesic committed Mar 3, 2021
1 parent a5e7b09 commit 7384c80
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
accessWidener v1 named

# Only put classes in here. For everything else use Accessor mixins
# For Rendering
accessible class net/minecraft/client/render/WorldRenderer$ChunkInfo
accessible method net/minecraft/client/render/WorldRenderer$ChunkInfo <init> (Lnet/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk;Lnet/minecraft/util/math/Direction;I)V
accessible method net/minecraft/client/render/BuiltChunkStorage getRenderedChunk (Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk;

# For ChunkMap
accessible class net/minecraft/client/world/ClientChunkManager$ClientChunkMap
accessible method net/minecraft/client/world/ClientChunkManager$ClientChunkMap isInRadius (II)Z

0 comments on commit 7384c80

Please sign in to comment.