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

40 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-11-07 11:37:58 -05:00
CLASS cxi net/minecraft/client/player/PlayerCapabilitites
FIELD a game Lclx;
FIELD b networkHandler Lcxg;
FIELD c currentBreakingPos Les;
2016-10-18 11:26:35 -04:00
FIELD e currentBreakingProgress F
FIELD h breakingBlock Z
2018-11-07 11:37:58 -05:00
FIELD i currentGameMode Lazv;
FIELD j lastSelectedSlot I
2018-11-07 11:37:58 -05:00
METHOD <init> (Lclx;Lcxg;)V
2018-11-04 07:22:38 -05:00
ARG 1 game
METHOD a hasStatusBars ()Z
2018-11-07 11:37:58 -05:00
METHOD a copyAbilities (Lapv;)V
METHOD a attackEntity (Lapv;Lafy;)V
METHOD a useEntity (Lapv;Lafy;Laer;)Laet;
METHOD a useEntityLocation (Lapv;Lafy;Lcip;Laer;)Laet;
METHOD a useItem (Lapv;Lazy;Laer;)Laet;
METHOD a setCurrentGameMode (Lazv;)V
METHOD a useBlock (Lczm;Lcxj;Les;Lex;Lcis;Laer;)Laet;
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-07 11:37:58 -05:00
METHOD k getCurrentGameMode ()Lazv;
METHOD l isBreakingBlock ()Z
METHOD m syncSelectedSlot ()V