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

35 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS uw net/minecraft/server/network/ServerPlayerEntity
2019-02-13 12:35:08 -05:00
FIELD b networkHandler Lvn;
2019-02-20 15:49:23 -05:00
FIELD bY LOGGER Lorg/apache/logging/log4j/Logger;
FIELD bZ clientLanguage Ljava/lang/String;
FIELD cA containerSyncId I
2019-01-09 12:20:38 -05:00
FIELD c server Lnet/minecraft/server/MinecraftServer;
2019-02-20 15:49:23 -05:00
FIELD cb advancementManager Lqr;
FIELD co clientChatVisibility Larw;
FIELD cq lastActionTime J
FIELD cs inTeleportationState Z
FIELD ct seenCredits Z
FIELD cu recipeBook Lyd;
FIELD cy enteredNetherPos Lcnk;
FIELD cz chunkPos Lfk;
FIELD d interactionManager Lux;
2019-01-17 18:32:39 -05:00
FIELD g notInAnyWorld Z
2019-02-20 15:49:23 -05:00
METHOD B getRecipeBook ()Lyd;
2019-01-17 18:32:39 -05:00
METHOD F getLastActionTime ()J
METHOD H isInTeleportationState ()Z
METHOD I onTeleportationDone ()V
2019-02-20 15:49:23 -05:00
METHOD L getAdvancementManager ()Lqr;
METHOD M getChunkPos ()Lfk;
METHOD a sendUnloadChunkPacket (Lbcr;)V
METHOD a sendInitialChunkPackets (Lbcr;Ljw;Ljw;)V
METHOD a sendBlockEntityUpdate (Lbpg;)V
METHOD a setChunkPos (Lfk;)V
METHOD a sendChatMessage (Lji;Ljg;)V
METHOD a setClientSettings (Lno;)V
2019-02-13 12:35:08 -05:00
METHOD d onStartedTracking (Lahl;)V
2019-02-20 15:49:23 -05:00
METHOD dX incrementContainerSyncId ()V
METHOD s getServerWorld ()Luv;
2018-12-30 09:37:50 -05:00
METHOD v getServerBrand ()Ljava/lang/String;
2019-02-20 15:49:23 -05:00
METHOD x getClientChatVisibility ()Larw;
2019-01-17 18:32:39 -05:00
METHOD z updateLastActionTime ()V