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

53 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS dge net/minecraft/client/network/ClientPlayerInteractionManager
FIELD a client Lctp;
FIELD b networkHandler Ldgc;
2019-03-14 08:57:09 -04:00
FIELD c currentBreakingPos Leu;
2016-10-18 11:26:35 -04:00
FIELD e currentBreakingProgress F
FIELD h breakingBlock Z
2019-03-14 11:39:51 -04:00
FIELD i gameMode Lbfu;
FIELD j lastSelectedSlot I
2019-03-14 11:39:51 -04:00
METHOD <init> (Lctp;Ldgc;)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-03-14 11:39:51 -04:00
METHOD a clickRecipe (ILbcz;Z)V
ARG 1 syncId
ARG 2 recipe
2019-03-14 11:39:51 -04:00
METHOD a copyAbilities (Laun;)V
METHOD a attackEntity (Laun;Lahw;)V
METHOD a interactEntity (Laun;Lahw;Lagq;)Lagr;
ARG 1 player
ARG 2 entity
ARG 3 hand
2019-03-14 11:39:51 -04:00
METHOD a interactEntityAtLocation (Laun;Lahw;Lcqd;Lagq;)Lagr;
METHOD a interactItem (Laun;Lbfx;Lagq;)Lagr;
2018-12-02 05:38:26 -05:00
ARG 1 player
ARG 2 world
2019-03-14 08:57:09 -04:00
METHOD a (Lbar;I)V
ARG 1 stack
2019-03-14 11:39:51 -04:00
METHOD a setGameMode (Lbfu;)V
METHOD a createPlayer (Ldgf;Lyq;Lctg;)Ldip;
METHOD a interactBlock (Ldip;Ldgf;Lagq;Lcqc;)Lagr;
2018-11-04 07:22:38 -05:00
ARG 1 player
ARG 2 world
2019-03-14 08:57:09 -04:00
METHOD a breakBlock (Leu;)Z
METHOD a attackBlock (Leu;Lez;)Z
2018-11-04 07:22:38 -05:00
ARG 1 pos
METHOD b cancelBlockBreaking ()V
2019-03-14 11:39:51 -04:00
METHOD b stopUsingItem (Laun;)V
2019-03-14 08:57:09 -04:00
METHOD b isCurrentlyBreaking (Leu;)Z
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-03-14 11:39:51 -04:00
METHOD k getCurrentGameMode ()Lbfu;
METHOD l isBreakingBlock ()Z
METHOD m syncSelectedSlot ()V