Skip to content

Commit

Permalink
Clean up access widener, 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
astei committed Sep 23, 2023
1 parent ce63d99 commit e6be3e9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/main/resources/krypton.accesswidener
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@ accessWidener v1 named

accessible class net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker
accessible class net/minecraft/server/world/ThreadedAnvilChunkStorage$TicketManager
accessible method net/minecraft/network/SplitterHandler decode (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
accessible method net/minecraft/server/world/ThreadedAnvilChunkStorage sendWatchPackets (Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/util/math/ChunkPos;Lorg/apache/commons/lang3/mutable/MutableObject;ZZ)V
accessible field net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker entity Lnet/minecraft/entity/Entity;

# TODO: Reduce abuse
accessible field net/minecraft/client/world/ClientEntityManager cache Lnet/minecraft/world/entity/SectionedEntityCache;
accessible field net/minecraft/server/world/ServerEntityManager cache Lnet/minecraft/world/entity/SectionedEntityCache;
accessible method net/minecraft/network/handler/SplitterHandler decode (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
accessible field net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker entity Lnet/minecraft/entity/Entity;

0 comments on commit e6be3e9

Please sign in to comment.