yarn/mappings/net/minecraft/client/network/ClientPlayerEntity.mapping

64 lines
1.8 KiB
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS dbx net/minecraft/client/network/ClientPlayerEntity
FIELD cl stats Lxr;
FIELD cm recipeBook Lcny;
FIELD co clientPermissionLevel I
FIELD cz serverBrand Ljava/lang/String;
FIELD d networkHandler Lczr;
FIELD f client Lcof;
METHOD <init> (Lcof;Lbas;Lczr;Lxr;Lcny;)V
2018-11-30 06:38:47 -05:00
ARG 1 client
2018-12-05 09:11:37 -05:00
METHOD A getRecipeBook ()Lcny;
METHOD T_ update ()V
METHOD U_ stopRiding ()V
METHOD a setClientPermissionLevel (I)V
2018-12-05 09:11:37 -05:00
METHOD a openInventory (Laex;)V
METHOD a swingHand (Lafd;)V
METHOD a openContainer (Lafe;)V
METHOD a damage (Laft;F)Z
2018-11-04 07:22:38 -05:00
ARG 1 source
ARG 2 amount
2018-12-05 09:11:37 -05:00
METHOD a copyEntityData (Lagk;)V
METHOD a startRiding (Lagk;Z)Z
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-12-05 09:11:37 -05:00
METHOD a move (Lagy;DDD)V
2018-12-06 02:13:30 -05:00
ARG 1 type
2018-11-04 07:22:38 -05:00
ARG 2 x
2018-12-06 02:13:30 -05:00
ARG 4 y
ARG 6 z
2018-12-05 09:11:37 -05:00
METHOD a openHorseInventory (Lamp;Laex;)V
METHOD a spawnEntityItem (Laon;)Lavu;
METHOD a openBookEditor (Lavu;Lafd;)V
METHOD a openVillagerGui (Lazw;)V
METHOD a openCommandBlockMinecart (Lbaa;)V
METHOD a openCommandBlock (Lbmu;)V
METHOD a openSignEditor (Lbnm;)V
METHOD a openStructureBlock (Lbnq;)V
METHOD a appendCommandFeedback (Ljb;)V
METHOD a addChatMessage (Ljb;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 message
2018-12-05 09:11:37 -05:00
METHOD a onTrackedDataSet (Lpo;)V
METHOD a playSoundAtEntity (Lxg;FF)V
2018-11-04 07:22:38 -05:00
ARG 1 sound
ARG 2 volume
2018-12-05 09:11:37 -05:00
METHOD a dropSelectedItem (Z)Laon;
METHOD bb isSneaking ()Z
METHOD c heal (F)V
2018-12-05 09:11:37 -05:00
METHOD c setCurrentHand (Lafd;)V
METHOD c removePotionEffect (Lagc;)Lagd;
METHOD cY getActiveHand ()Lafd;
METHOD d applyDamage (Laft;F)V
2018-11-04 07:22:38 -05:00
ARG 1 damageSource
METHOD f sendChatMessage (Ljava/lang/String;)V
METHOD f setSprinting (Z)V
2018-11-06 14:26:53 -05:00
METHOD g getPitch (F)F
METHOD g setServerBrand (Ljava/lang/String;)V
2018-11-06 14:26:53 -05:00
METHOD h getYaw (F)F
METHOD k updateMovement ()V
2018-12-05 09:11:37 -05:00
METHOD s closeGuiClient ()V
METHOD s updateHealth (F)V
2018-12-05 09:11:37 -05:00
METHOD w openRidingInventory ()V
METHOD x getServerBrand ()Ljava/lang/String;
METHOD x_ closeGui ()V
2018-10-26 14:57:13 -04:00
METHOD y getPermissionLevel ()I
2018-12-05 09:11:37 -05:00
METHOD z getStats ()Lxr;