yarn/mappings/net/minecraft/client/player/EntityPlayerClient.mapping

61 lines
1.7 KiB
Plaintext
Raw Normal View History

2016-09-20 11:18:54 -04:00
CLASS none/boh net/minecraft/client/player/EntityPlayerClient
2016-08-25 16:22:09 -04:00
FIELD bY statManager Lnone/nz;
2016-09-20 11:18:54 -04:00
FIELD d networkHandler Lnone/bmf;
FIELD f game Lnone/bdr;
METHOD <init> (Lnone/bdr;Lnone/aiw;Lnone/bmf;Lnone/nz;)V
ARG 0 game
2016-08-25 16:22:09 -04:00
ARG 1 world
ARG 2 networkHandler
ARG 3 statManager
METHOD A closeGui ()V
2016-09-12 06:08:56 -04:00
METHOD E getStatManager ()Lnone/nz;
METHOD a hasPermission (ILjava/lang/String;)Z
ARG 0 permissionLevel
ARG 1 commandName
2016-09-20 11:18:54 -04:00
METHOD a openBookEditor (Lnone/aes;Lnone/rb;)V
METHOD a openVillagerGui (Lnone/aih;)V
METHOD a openCommandBlockMinecart (Lnone/ail;)V
METHOD a openCommandBlock (Lnone/arh;)V
METHOD a openSignEditor (Lnone/arw;)V
METHOD a openStructureBlock (Lnone/ary;)V
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 onTrackedDataSet (Lnone/kj;)V
ARG 0 data
METHOD a playSoundAtEntity (Lnone/nk;FF)V
ARG 0 sound
ARG 1 volume
ARG 2 pitch
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-09-12 09:16:04 -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 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 a spawnEntityItem (Lnone/za;)Lnone/aes;
2016-09-12 16:13:50 -04:00
ARG 0 entityItem
2016-09-20 11:18:54 -04:00
METHOD a dropSelectedItem (Z)Lnone/za;
2016-09-12 16:13:50 -04:00
METHOD aM isSneaking ()Z
METHOD b heal (F)V
ARG 0 amount
METHOD c getBlockPos ()Lnone/cn;
2016-09-20 11:18:54 -04:00
METHOD c setCurrentHand (Lnone/rb;)V
METHOD cy ()Lnone/rb;
METHOD d move (DDD)V
METHOD g sendChatMessage (Ljava/lang/String;)V
ARG 0 message
METHOD p stopRiding ()V
2016-09-12 06:08:56 -04:00
METHOD y_ update ()V