yarn/mappings/net/minecraft/server/network/ServerPlayerInteractionMana...

24 lines
627 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS uw net/minecraft/server/network/ServerPlayerInteractionManager
FIELD a world Lbcf;
FIELD b player Luv;
FIELD c gameMode Lbcc;
2018-11-29 15:10:38 -05:00
METHOD a update ()V
2019-01-09 12:20:38 -05:00
METHOD a interactItem (Lark;Lbcf;Laxd;Lafy;)Lafz;
METHOD a interactBlock (Lark;Lbcf;Laxd;Lafy;Let;Ley;FFF)Lafz;
2018-12-02 05:38:26 -05:00
ARG 1 player
ARG 2 world
ARG 3 stack
ARG 4 hand
ARG 5 pos
ARG 6 facing
ARG 7 hitX
ARG 8 hitY
2019-01-09 12:20:38 -05:00
METHOD a setGameMode (Lbcc;)V
METHOD a setWorld (Lut;)V
METHOD b getGameMode ()Lbcc;
METHOD b setGameModeIfNotPresent (Lbcc;)V
2018-12-02 05:38:26 -05:00
METHOD b tryBreakBlock (Let;)Z
2018-11-29 15:10:38 -05:00
METHOD c isSurvivalLike ()Z
2018-12-02 05:38:26 -05:00
METHOD c destroyBlock (Let;)Z
2018-11-29 15:10:38 -05:00
METHOD d isCreative ()Z