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

55 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS dcb net/minecraft/client/network/ClientPlayerInteractionManager
FIELD a client Lcpz;
FIELD b networkHandler Ldbz;
2018-11-27 13:50:51 -05:00
FIELD c currentBreakingPos Let;
2016-10-18 11:26:35 -04:00
FIELD e currentBreakingProgress F
FIELD h breakingBlock Z
2019-01-09 12:20:38 -05:00
FIELD i gameMode Lbcc;
FIELD j lastSelectedSlot I
2019-01-09 12:20:38 -05:00
METHOD <init> (Lcpz;Ldbz;)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-01-09 12:20:38 -05:00
METHOD a clickRecipe (ILazm;Z)V
ARG 1 syncId
ARG 2 recipe
2019-01-09 12:20:38 -05:00
METHOD a copyAbilities (Lark;)V
METHOD a attackEntity (Lark;Lahd;)V
METHOD a interactEntity (Lark;Lahd;Lafy;)Lafz;
ARG 1 player
ARG 2 entity
ARG 3 hand
2019-01-09 12:20:38 -05:00
METHOD a interactEntityAtLocation (Lark;Lahd;Lcmp;Lafy;)Lafz;
METHOD a interactItem (Lark;Lbcf;Lafy;)Lafz;
2018-12-02 05:38:26 -05:00
ARG 1 player
ARG 2 world
2019-01-09 12:20:38 -05:00
METHOD a (Laxd;I)V
ARG 1 stack
2019-01-09 12:20:38 -05:00
METHOD a setGameMode (Lbcc;)V
METHOD a createPlayer (Lbcf;Lye;Lcps;)Ldeh;
METHOD a interactBlock (Ldeh;Ldcc;Let;Ley;Lcms;Lafy;)Lafz;
2018-11-04 07:22:38 -05:00
ARG 1 player
ARG 2 world
ARG 3 pos
ARG 4 facing
ARG 5 hitLocation
2018-11-27 13:50:51 -05:00
METHOD a breakBlock (Let;)Z
METHOD a attackBlock (Let;Ley;)Z
2018-11-04 07:22:38 -05:00
ARG 1 pos
METHOD b cancelBlockBreaking ()V
2018-11-27 13:50:51 -05:00
METHOD b isCurrentlyBreaking (Let;)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-01-09 12:20:38 -05:00
METHOD k getCurrentGameMode ()Lbcc;
METHOD l isBreakingBlock ()Z
METHOD m syncSelectedSlot ()V