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

40 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS czj net/minecraft/client/player/PlayerCapabilitites
FIELD a game Lcnv;
FIELD b networkHandler Lczh;
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-11-29 15:10:38 -05:00
FIELD i currentGameMode Lban;
FIELD j lastSelectedSlot I
2018-11-29 15:10:38 -05:00
METHOD <init> (Lcnv;Lczh;)V
2018-11-04 07:22:38 -05:00
ARG 1 game
METHOD a hasStatusBars ()Z
2018-11-29 15:10:38 -05:00
METHOD a copyAbilities (Laqj;)V
METHOD a attackEntity (Laqj;Lagi;)V
METHOD a useEntity (Laqj;Lagi;Lafb;)Lafd;
METHOD a useEntityLocation (Laqj;Lagi;Lckm;Lafb;)Lafd;
METHOD a useItem (Laqj;Lbaq;Lafb;)Lafd;
METHOD a setCurrentGameMode (Lban;)V
METHOD a useBlock (Ldbn;Lczk;Let;Ley;Lckp;Lafb;)Lafd;
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-11-29 15:10:38 -05:00
METHOD k getCurrentGameMode ()Lban;
METHOD l isBreakingBlock ()Z
METHOD m syncSelectedSlot ()V