yarn/mappings/net/minecraft/client/player/PlayerCapabilitites.mapping

40 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-11-21 11:58:05 -05:00
CLASS cyx net/minecraft/client/player/PlayerCapabilitites
FIELD a game Lcnl;
FIELD b networkHandler Lcyv;
2018-11-07 11:37:58 -05:00
FIELD c currentBreakingPos Les;
2016-10-18 11:26:35 -04:00
FIELD e currentBreakingProgress F
FIELD h breakingBlock Z
2018-11-21 11:58:05 -05:00
FIELD i currentGameMode Lbaj;
FIELD j lastSelectedSlot I
2018-11-21 11:58:05 -05:00
METHOD <init> (Lcnl;Lcyv;)V
2018-11-04 07:22:38 -05:00
ARG 1 game
METHOD a hasStatusBars ()Z
2018-11-21 11:58:05 -05:00
METHOD a copyAbilities (Laqf;)V
METHOD a attackEntity (Laqf;Lage;)V
METHOD a useEntity (Laqf;Lage;Laex;)Laez;
METHOD a useEntityLocation (Laqf;Lage;Lckd;Laex;)Laez;
METHOD a useItem (Laqf;Lbam;Laex;)Laez;
METHOD a setCurrentGameMode (Lbaj;)V
METHOD a useBlock (Ldbb;Lcyy;Les;Lex;Lckg;Laex;)Laez;
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-07 11:37:58 -05:00
METHOD a breakBlock (Les;)Z
METHOD a attackBlock (Les;Lex;)Z
2018-11-04 07:22:38 -05:00
ARG 1 pos
METHOD b cancelBlockBreaking ()V
2018-11-07 11:37:58 -05:00
METHOD b isCurrentlyBreaking (Les;)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-11-21 11:58:05 -05:00
METHOD k getCurrentGameMode ()Lbaj;
METHOD l isBreakingBlock ()Z
METHOD m syncSelectedSlot ()V