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

53 lines
1.7 KiB
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS vh net/minecraft/server/network/ServerPlayerEntity
FIELD b networkHandler Lvy;
2019-04-17 12:41:25 -04:00
FIELD bU LOGGER Lorg/apache/logging/log4j/Logger;
FIELD bV clientLanguage Ljava/lang/String;
FIELD bW removedEntities Ljava/util/List;
FIELD bX advancementManager Lrb;
2019-04-18 17:01:39 -04:00
FIELD bY statHandler Lyp;
2019-01-09 12:20:38 -05:00
FIELD c server Lnet/minecraft/server/MinecraftServer;
2019-05-07 12:05:49 -04:00
FIELD ck clientChatVisibility Lavw;
2019-04-17 12:41:25 -04:00
FIELD cm lastActionTime J
2019-05-07 12:05:49 -04:00
FIELD cn cameraEntity Laii;
2019-04-17 12:41:25 -04:00
FIELD co inTeleportationState Z
FIELD cp seenCredits Z
2019-04-18 17:01:39 -04:00
FIELD cq recipeBook Lyo;
2019-05-07 12:05:49 -04:00
FIELD cu enteredNetherPos Lcrx;
2019-04-17 12:41:25 -04:00
FIELD cv cameraPosition Lfo;
FIELD cw containerSyncId I
2019-04-18 17:01:39 -04:00
FIELD d interactionManager Lvi;
2019-01-17 18:32:39 -05:00
FIELD g notInAnyWorld Z
2019-04-18 17:01:39 -04:00
METHOD A getStatHandler ()Lyp;
METHOD B getRecipeBook ()Lyo;
2019-05-07 12:05:49 -04:00
METHOD D getCameraEntity ()Laii;
2019-01-17 18:32:39 -05:00
METHOD F getLastActionTime ()J
METHOD H isInTeleportationState ()Z
METHOD I onTeleportationDone ()V
2019-04-05 12:03:47 -04:00
METHOD L getAdvancementManager ()Lrb;
2019-03-31 06:34:59 -04:00
METHOD M getCameraPosition ()Lfo;
2019-04-11 01:58:54 -04:00
METHOD a setExperiencePoints (I)V
2019-05-07 12:05:49 -04:00
METHOD a openContainer (Layc;)V
2019-04-18 16:56:09 -04:00
ARG 1 container
2019-05-07 12:05:49 -04:00
METHOD a sendUnloadChunkPacket (Lbgu;)V
METHOD a sendInitialChunkPackets (Lbgu;Lka;Lka;)V
METHOD a sendBlockEntityUpdate (Lbtn;)V
2019-03-31 06:34:59 -04:00
METHOD a setCameraPosition (Lfo;)V
ARG 1 cameraPosition
2019-03-20 13:56:26 -04:00
METHOD a sendChatMessage (Ljm;Ljk;)V
2019-04-05 12:03:47 -04:00
METHOD a setClientSettings (Lnx;)V
2019-04-18 17:01:39 -04:00
METHOD a teleport (Lvg;DDDFF)V
METHOD a copyFrom (Lvh;Z)V
ARG 1 oldPlayer
ARG 2 alive
2019-04-11 01:58:54 -04:00
METHOD b setExperienceLevel (I)V
ARG 1 level
2019-05-07 12:05:49 -04:00
METHOD c onStoppedTracking (Laii;)V
METHOD d onStartedTracking (Laii;)V
METHOD e setCameraEntity (Laii;)V
ARG 1 entity
2019-04-17 12:41:25 -04:00
METHOD ee incrementContainerSyncId ()V
2019-04-18 17:01:39 -04:00
METHOD s getServerWorld ()Lvg;
2018-12-30 09:37:50 -05:00
METHOD v getServerBrand ()Ljava/lang/String;
2019-05-07 12:05:49 -04:00
METHOD x getClientChatVisibility ()Lavw;
2019-01-17 18:32:39 -05:00
METHOD z updateLastActionTime ()V