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

37 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS uv net/minecraft/server/network/ServerPlayerEntity
FIELD b networkHandler Lvn;
FIELD cA enteredNetherPos Lcng;
FIELD cB chunkPos Lbco;
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-30 05:53:59 -05:00
FIELD ca LOGGER Lorg/apache/logging/log4j/Logger;
2019-01-16 13:24:40 -05:00
FIELD cb clientLanguage Ljava/lang/String;
2019-02-13 12:35:08 -05:00
FIELD cd advancementManager Lqq;
FIELD cq clientChatVisibility Lary$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
2019-02-13 12:35:08 -05:00
FIELD cw recipeBook Lyc;
FIELD d interactionManager Luw;
2019-01-17 18:32:39 -05:00
FIELD g notInAnyWorld Z
2019-02-13 12:35:08 -05:00
METHOD B getRecipeBook ()Lyc;
2019-01-17 18:32:39 -05:00
METHOD F getLastActionTime ()J
METHOD H isInTeleportationState ()Z
METHOD I onTeleportationDone ()V
2019-02-13 12:35:08 -05:00
METHOD L getAdvancementManager ()Lqq;
METHOD M getEnteredNetherPosition ()Lcng;
METHOD O getChunkPos ()Lbco;
METHOD a sendUnloadChunkPacket (Lbco;)V
METHOD a sendInitialChunkPackets (Lbco;Lju;Lju;)V
METHOD a sendBlockEntityUpdate (Lbpd;)V
METHOD a sendChatMessage (Ljg;Lje;)V
METHOD a setClientSettings (Lnn;)V
METHOD b setChunkPos (Lbco;)V
2019-01-30 05:53:59 -05:00
ARG 1 chunkPos
2019-02-13 12:35:08 -05:00
METHOD d onStartedTracking (Lahl;)V
2019-01-30 12:48:39 -05:00
METHOD dU incrementContainerSyncId ()V
2019-02-13 12:35:08 -05:00
METHOD s getServerWorld ()Luu;
2018-12-30 09:37:50 -05:00
METHOD v getServerBrand ()Ljava/lang/String;
2019-02-13 12:35:08 -05:00
METHOD x getClientChatVisibility ()Lary$b;
2019-01-17 18:32:39 -05:00
METHOD z updateLastActionTime ()V