yarn/mappings/net/minecraft/entity/player/EntityPlayerServer.mapping

83 lines
2.5 KiB
Plaintext
Raw Normal View History

2016-08-19 11:56:55 -04:00
CLASS none/lw net/minecraft/entity/player/EntityPlayerServer
FIELD a networkHandler Lnone/mg;
FIELD b server Lnet/minecraft/server/MinecraftServer;
2016-09-12 16:13:50 -04:00
FIELD bS LOGGER Lorg/apache/logging/log4j/Logger;
FIELD bV statManager Lnone/nt;
2016-09-20 11:18:54 -04:00
FIELD ch chatVisibility Lnone/aam$b;
FIELD ck cameraEntity Lnone/sg;
2016-09-12 16:13:50 -04:00
METHOD <init> (Lnet/minecraft/server/MinecraftServer;Lnone/lu;Lcom/mojang/authlib/GameProfile;Lnone/lx;)V
ARG 0 server
ARG 1 world
2016-09-19 10:40:26 -04:00
METHOD A getIpAddress ()Ljava/lang/String;
2016-09-20 11:18:54 -04:00
METHOD C getChatVisibility ()Lnone/aam$b;
METHOD F updatePotionVisibility ()V
2016-09-20 11:18:54 -04:00
METHOD G getCameraEntity ()Lnone/sg;
2016-09-17 12:44:46 -04:00
METHOD H updatePortalCooldown ()V
METHOD a hasPermission (ILjava/lang/String;)Z
ARG 0 permissionLevel
ARG 1 commandName
METHOD a shouldDamagePlayer (Lnone/aam;)Z
ARG 0 target
2016-09-20 11:18:54 -04:00
METHOD a onContainerPropertyUpdate (Lnone/abx;II)V
2016-09-17 18:45:01 -04:00
ARG 0 container
ARG 1 propertyId
2016-09-17 18:45:01 -04:00
ARG 2 newValue
2016-09-20 11:18:54 -04:00
METHOD a onContainerSlotUpdate (Lnone/abx;ILnone/aes;)V
2016-09-17 18:45:01 -04:00
ARG 0 container
ARG 1 slotId
ARG 2 newStack
2016-09-20 11:18:54 -04:00
METHOD a onContainerRegistered (Lnone/abx;Lnone/dc;)V
2016-09-17 18:45:01 -04:00
ARG 0 container
ARG 1 stacks
2016-09-20 11:18:54 -04:00
METHOD a onContainerInvRegistered (Lnone/abx;Lnone/qv;)V
2016-09-17 18:45:01 -04:00
ARG 0 container
ARG 1 inventory
2016-09-20 11:18:54 -04:00
METHOD a openBookEditor (Lnone/aes;Lnone/rb;)V
METHOD a openVillagerGui (Lnone/aih;)V
METHOD a openCommandBlock (Lnone/arh;)V
METHOD a openSignEditor (Lnone/arw;)V
METHOD a trySleep (Lnone/cn;)Lnone/aam$a;
2016-08-24 15:10:39 -04:00
ARG 0 pos
METHOD a deserializeCustomData (Lnone/dt;)V
ARG 0 tag
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
2016-08-24 15:10:39 -04:00
METHOD a addChatMsg (Lnone/fa;Z)V
METHOD a increaseStat (Lnone/nu;I)V
ARG 0 stat
ARG 1 points
2016-09-20 11:18:54 -04:00
METHOD a openInventory (Lnone/qv;)V
2016-08-27 10:34:11 -04:00
ARG 0 inv
2016-09-20 11:18:54 -04:00
METHOD a swingHand (Lnone/rb;)V
ARG 0 hand
2016-09-20 11:18:54 -04:00
METHOD a openContainer (Lnone/rc;)V
METHOD a onDeath (Lnone/rr;)V
ARG 0 damageSource
2016-09-20 11:18:54 -04:00
METHOD a damage (Lnone/rr;F)Z
ARG 0 source
ARG 1 damage
METHOD a (Lnone/sg;)V
ARG 0 entity
METHOD a startRiding (Lnone/sg;Z)Z
ARG 0 entity
ARG 1 ignoreRequirements
2016-09-20 11:18:54 -04:00
METHOD a openHorseInventory (Lnone/xd;Lnone/qv;)V
METHOD b serializeCustomData (Lnone/dt;)V
ARG 0 tag
2016-09-20 11:18:54 -04:00
METHOD b isInvulnerableTo (Lnone/rr;)Z
ARG 0 source
METHOD c getBlockPos ()Lnone/cn;
2016-09-22 12:02:21 -04:00
METHOD c changeWorld (I)Lnone/sg;
ARG 0 worldId
METHOD di isPvpEnabled ()Z
2016-09-20 11:18:54 -04:00
METHOD e setCameraEntity (Lnone/sg;)V
2016-09-17 12:44:46 -04:00
ARG 0 entity
2016-09-20 11:18:54 -04:00
METHOD f attack (Lnone/sg;)V
2016-09-17 12:44:46 -04:00
ARG 0 entity
METHOD p stopRiding ()V
2016-08-27 10:34:11 -04:00
METHOD s closeGui ()V
METHOD x getWorldServer ()Lnone/lu;
METHOD y isSpectator ()Z
2016-09-12 06:08:56 -04:00
METHOD y_ update ()V
METHOD z isCreative ()Z