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

53 lines
1.4 KiB
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS dbh net/minecraft/client/network/ClientPlayerInteractionManager
FIELD a client Lcpk;
FIELD b networkHandler Ldbf;
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
2018-12-12 12:12:26 -05:00
FIELD i gameMode Lbbm;
FIELD j lastSelectedSlot I
2018-12-12 12:22:18 -05:00
METHOD <init> (Lcpk;Ldbf;)V
2018-11-30 06:38:47 -05:00
ARG 1 client
METHOD a hasStatusBars ()Z
METHOD a clickButton (II)V
ARG 1 syncId
2018-12-12 12:12:26 -05:00
METHOD a clickRecipe (ILayw;Z)V
ARG 1 syncId
ARG 2 recipe
2018-12-12 12:12:26 -05:00
METHOD a copyAbilities (Larb;)V
METHOD a attackEntity (Larb;Lagv;)V
METHOD a interactEntity (Larb;Lagv;Lafo;)Lafq;
ARG 1 player
ARG 2 entity
ARG 3 hand
2018-12-12 12:12:26 -05:00
METHOD a interactEntityAtLocation (Larb;Lagv;Lcma;Lafo;)Lafq;
METHOD a interactItem (Larb;Lbbp;Lafo;)Lafq;
2018-12-02 05:38:26 -05:00
ARG 1 player
ARG 2 world
2018-12-12 12:12:26 -05:00
METHOD a (Lawo;I)V
ARG 1 stack
2018-12-12 12:12:26 -05:00
METHOD a setGameMode (Lbbm;)V
METHOD a createPlayer (Lbbp;Lxx;Lcpd;)Lddl;
METHOD a interactBlock (Lddl;Ldbi;Let;Ley;Lcmd;Lafo;)Lafq;
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
2018-12-12 12:12:26 -05:00
METHOD k getCurrentGameMode ()Lbbm;
METHOD l isBreakingBlock ()Z
METHOD m syncSelectedSlot ()V