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-06-03 12:48:18 -04:00
FIELD bY statHandler Lyq;
2019-01-09 12:20:38 -05:00
FIELD c server Lnet/minecraft/server/MinecraftServer;
2019-06-03 12:48:18 -04:00
FIELD ck clientChatVisibility Lavx;
2019-04-17 12:41:25 -04:00
FIELD cm lastActionTime J
2019-06-03 12:48:18 -04:00
FIELD cn cameraEntity Laij;
2019-04-17 12:41:25 -04:00
FIELD co inTeleportationState Z
FIELD cp seenCredits Z
2019-06-03 12:48:18 -04:00
FIELD cq recipeBook Lyp;
FIELD cu enteredNetherPos Lcry;
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-06-03 12:48:18 -04:00
METHOD A getStatHandler ()Lyq;
METHOD B getRecipeBook ()Lyp;
METHOD D getCameraEntity ()Laij;
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-06-03 12:48:18 -04:00
METHOD a openContainer (Layd;)V
2019-04-18 16:56:09 -04:00
ARG 1 container
2019-06-03 12:48:18 -04:00
METHOD a sendUnloadChunkPacket (Lbgv;)V
METHOD a sendInitialChunkPackets (Lbgv;Lka;Lka;)V
METHOD a sendBlockEntityUpdate (Lbto;)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-06-03 12:48:18 -04:00
METHOD c onStoppedTracking (Laij;)V
METHOD d onStartedTracking (Laij;)V
METHOD e setCameraEntity (Laij;)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-06-03 12:48:18 -04:00
METHOD x getClientChatVisibility ()Lavx;
2019-01-17 18:32:39 -05:00
METHOD z updateLastActionTime ()V