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

51 lines
1.7 KiB
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS vg net/minecraft/server/network/ServerPlayerEntity
FIELD b networkHandler Lvx;
2019-04-12 10:38:24 -04:00
FIELD bT LOGGER Lorg/apache/logging/log4j/Logger;
FIELD bU clientLanguage Ljava/lang/String;
FIELD bV removedEntities Ljava/util/List;
FIELD bW advancementManager Lrb;
FIELD bX statHandler Lyo;
2019-01-09 12:20:38 -05:00
FIELD c server Lnet/minecraft/server/MinecraftServer;
2019-04-12 10:38:24 -04:00
FIELD cj clientChatVisibility Lavp;
FIELD cl lastActionTime J
FIELD cm cameraEntity Laid;
FIELD cn inTeleportationState Z
FIELD co seenCredits Z
FIELD cp recipeBook Lyn;
FIELD ct enteredNetherPos Lcro;
FIELD cu cameraPosition Lfo;
FIELD cv containerSyncId I
2019-04-05 12:03:47 -04:00
FIELD d interactionManager Lvh;
2019-01-17 18:32:39 -05:00
FIELD g notInAnyWorld Z
2019-04-05 12:03:47 -04:00
METHOD A getStatHandler ()Lyo;
METHOD B getRecipeBook ()Lyn;
2019-04-10 11:36:17 -04:00
METHOD D getCameraEntity ()Laid;
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-04-10 11:36:17 -04:00
METHOD a sendUnloadChunkPacket (Lbgn;)V
METHOD a sendInitialChunkPackets (Lbgn;Lka;Lka;)V
METHOD a sendBlockEntityUpdate (Lbtf;)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
METHOD a teleport (Lvf;DDDFF)V
2019-04-05 12:03:47 -04:00
METHOD a copyFrom (Lvg;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-04-10 11:36:17 -04:00
METHOD c onStoppedTracking (Laid;)V
METHOD d onStartedTracking (Laid;)V
METHOD e setCameraEntity (Laid;)V
ARG 1 entity
2019-04-03 12:16:41 -04:00
METHOD ec incrementContainerSyncId ()V
2019-04-05 12:03:47 -04:00
METHOD s getServerWorld ()Lvf;
2018-12-30 09:37:50 -05:00
METHOD v getServerBrand ()Ljava/lang/String;
2019-04-10 11:36:17 -04:00
METHOD x getClientChatVisibility ()Lavp;
2019-01-17 18:32:39 -05:00
METHOD z updateLastActionTime ()V