yarn/mappings/net/minecraft/client/network/ClientPlayerInteractionMana...

65 lines
1.7 KiB
Plaintext
Raw Normal View History

2019-06-03 12:48:18 -04:00
CLASS dhn net/minecraft/client/network/ClientPlayerInteractionManager
FIELD a client Lcvl;
FIELD b networkHandler Ldhl;
2019-03-20 13:56:26 -04:00
FIELD c currentBreakingPos Lev;
2019-06-03 12:48:18 -04:00
FIELD d selectedStack Lbcc;
2016-10-18 11:26:35 -04:00
FIELD e currentBreakingProgress F
FIELD h breakingBlock Z
2019-06-03 12:48:18 -04:00
FIELD i gameMode Lbhg;
FIELD j lastSelectedSlot I
2019-06-03 12:48:18 -04:00
METHOD <init> (Lcvl;Ldhl;)V
2018-11-30 06:38:47 -05:00
ARG 1 client
METHOD a hasStatusBars ()Z
2018-12-14 13:18:38 -05:00
METHOD a pickFromInventory (I)V
ARG 1 slot
METHOD a clickButton (II)V
ARG 1 syncId
2019-04-16 10:16:45 -04:00
ARG 2 buttonId
2019-06-03 12:48:18 -04:00
METHOD a clickRecipe (ILbek;Z)V
ARG 1 syncId
ARG 2 recipe
2019-06-03 12:48:18 -04:00
METHOD a copyAbilities (Lavz;)V
METHOD a attackEntity (Lavz;Laij;)V
ARG 1 player
ARG 2 target
2019-06-03 12:48:18 -04:00
METHOD a interactEntity (Lavz;Laij;Lahd;)Lahe;
ARG 1 player
ARG 2 entity
ARG 3 hand
2019-06-03 12:48:18 -04:00
METHOD a interactEntityAtLocation (Lavz;Laij;Lcrv;Lahd;)Lahe;
METHOD a interactItem (Lavz;Lbhj;Lahd;)Lahe;
2018-12-02 05:38:26 -05:00
ARG 1 player
ARG 2 world
ARG 3 hand
2019-06-03 12:48:18 -04:00
METHOD a dropCreativeStack (Lbcc;)V
METHOD a clickCreativeStack (Lbcc;I)V
ARG 1 stack
2019-06-03 12:48:18 -04:00
METHOD a setGameMode (Lbhg;)V
METHOD a createPlayer (Ldho;Lyv;Lcvb;)Ldjy;
ARG 1 world
ARG 2 stateHandler
ARG 3 recipeBook
2019-06-03 12:48:18 -04:00
METHOD a interactBlock (Ldjy;Ldho;Lahd;Lcru;)Lahe;
2018-11-04 07:22:38 -05:00
ARG 1 player
ARG 2 world
ARG 3 hand
ARG 4 hitResult
2019-03-20 13:56:26 -04:00
METHOD a breakBlock (Lev;)Z
METHOD a attackBlock (Lev;Lfa;)Z
2018-11-04 07:22:38 -05:00
ARG 1 pos
METHOD b cancelBlockBreaking ()V
2019-06-03 12:48:18 -04:00
METHOD b stopUsingItem (Lavz;)V
2019-03-20 13:56:26 -04:00
METHOD b isCurrentlyBreaking (Lev;)Z
ARG 1 pos
METHOD c getReachDistance ()F
METHOD d tick ()V
METHOD e hasExperienceBar ()Z
METHOD f hasLimitedAttackSpeed ()Z
METHOD g hasCreativeInventory ()Z
METHOD h hasExtendedReach ()Z
METHOD i hasRidingInventory ()Z
METHOD j isFlyingLocked ()Z
2019-06-03 12:48:18 -04:00
METHOD k getCurrentGameMode ()Lbhg;
METHOD l isBreakingBlock ()Z
METHOD m syncSelectedSlot ()V