yarn/mappings/net/minecraft/server/network/ServerPlayerEntity.mapping

35 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS ut net/minecraft/server/network/ServerPlayerEntity
FIELD b networkHandler Lvl;
2019-01-24 11:47:45 -05:00
FIELD cA enteredNetherPos Lcmr;
FIELD cB chunkPos Lbby;
2019-01-16 13:24:40 -05:00
FIELD cC containerSyncId I
2019-01-09 12:20:38 -05:00
FIELD c server Lnet/minecraft/server/MinecraftServer;
2019-01-16 13:24:40 -05:00
FIELD ca LOGGER_PLAYER Lorg/apache/logging/log4j/Logger;
FIELD cb clientLanguage Ljava/lang/String;
2019-01-24 11:47:45 -05:00
FIELD cd advancementManager Lqn;
2019-01-16 13:24:40 -05:00
FIELD cq clientChatVisibility Larj$b;
2019-01-17 18:32:39 -05:00
FIELD cs lastActionTime J
FIELD cu inTeleportationState Z
2019-01-16 13:24:40 -05:00
FIELD cv seenCredits Z
FIELD cw recipeBook Lxw;
FIELD d interactionManager Luu;
2019-01-17 18:32:39 -05:00
FIELD g notInAnyWorld Z
2019-01-16 13:24:40 -05:00
METHOD B getRecipeBook ()Lxw;
2019-01-17 18:32:39 -05:00
METHOD F getLastActionTime ()J
METHOD H isInTeleportationState ()Z
METHOD I onTeleportationDone ()V
2019-01-24 11:47:45 -05:00
METHOD L getAdvancementManager ()Lqn;
METHOD M getEnteredNetherPosition ()Lcmr;
METHOD O getChunkPos ()Lbby;
METHOD a sendRemoveChunkPacket (Lbby;)V
METHOD a sendInitialChunkPackets (Lbby;Ljq;Ljq;)V
METHOD a sendBlockEntityUpdate (Lboo;)V
METHOD a sendChatMessage (Ljc;Lja;)V
METHOD a setClientSettings (Lnj;)V
2019-01-16 13:24:40 -05:00
METHOD d onStartedTracking (Lahc;)V
2019-01-24 11:47:45 -05:00
METHOD dT incrementContainerSyncId ()V
2019-01-16 13:24:40 -05:00
METHOD s getServerWorld ()Lur;
2018-12-30 09:37:50 -05:00
METHOD v getServerBrand ()Ljava/lang/String;
2019-01-16 13:24:40 -05:00
METHOD x getClientChatVisibility ()Larj$b;
2019-01-17 18:32:39 -05:00
METHOD z updateLastActionTime ()V