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

53 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS dgy net/minecraft/client/network/ClientPlayerInteractionManager
FIELD a client Lcux;
FIELD b networkHandler Ldgw;
2019-03-20 13:56:26 -04:00
FIELD c currentBreakingPos Lev;
2016-10-18 11:26:35 -04:00
FIELD e currentBreakingProgress F
FIELD h breakingBlock Z
2019-04-05 12:03:47 -04:00
FIELD i gameMode Lbgu;
FIELD j lastSelectedSlot I
2019-04-05 12:03:47 -04:00
METHOD <init> (Lcux;Ldgw;)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-05 12:03:47 -04:00
METHOD a clickRecipe (ILbdz;Z)V
ARG 1 syncId
ARG 2 recipe
2019-04-05 12:03:47 -04:00
METHOD a copyAbilities (Lavo;)V
METHOD a attackEntity (Lavo;Laia;)V
METHOD a interactEntity (Lavo;Laia;Lagu;)Lagv;
ARG 1 player
ARG 2 entity
ARG 3 hand
2019-04-05 12:03:47 -04:00
METHOD a interactEntityAtLocation (Lavo;Laia;Lcri;Lagu;)Lagv;
METHOD a interactItem (Lavo;Lbgx;Lagu;)Lagv;
2018-12-02 05:38:26 -05:00
ARG 1 player
ARG 2 world
2019-04-05 12:03:47 -04:00
METHOD a (Lbbr;I)V
ARG 1 stack
2019-04-05 12:03:47 -04:00
METHOD a setGameMode (Lbgu;)V
METHOD a createPlayer (Ldgz;Lyt;Lcuo;)Ldjj;
METHOD a interactBlock (Ldjj;Ldgz;Lagu;Lcrh;)Lagv;
2018-11-04 07:22:38 -05:00
ARG 1 player
ARG 2 world
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-04-05 12:03:47 -04:00
METHOD b stopUsingItem (Lavo;)V
2019-03-20 13:56:26 -04:00
METHOD b isCurrentlyBreaking (Lev;)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-04-05 12:03:47 -04:00
METHOD k getCurrentGameMode ()Lbgu;
METHOD l isBreakingBlock ()Z
METHOD m syncSelectedSlot ()V