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

20 lines
567 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS vh net/minecraft/server/network/ServerPlayerInteractionManager
FIELD a world Lvf;
FIELD b player Lvg;
2019-04-10 11:36:17 -04:00
FIELD c gameMode Lbgx;
2018-11-29 15:10:38 -05:00
METHOD a update ()V
2019-04-10 11:36:17 -04:00
METHOD a interactItem (Lavr;Lbha;Lbbu;Lagx;)Lagy;
METHOD a interactBlock (Lavr;Lbha;Lbbu;Lagx;Lcrk;)Lagy;
2018-12-02 05:38:26 -05:00
ARG 1 player
ARG 2 world
ARG 3 stack
ARG 4 hand
2019-04-10 11:36:17 -04:00
METHOD a setGameMode (Lbgx;)V
2019-04-05 12:03:47 -04:00
METHOD a setWorld (Lvf;)V
2019-04-10 11:36:17 -04:00
METHOD b getGameMode ()Lbgx;
METHOD b setGameModeIfNotPresent (Lbgx;)V
2019-03-20 13:56:26 -04:00
METHOD b tryBreakBlock (Lev;)Z
2018-11-29 15:10:38 -05:00
METHOD c isSurvivalLike ()Z
2019-03-20 13:56:26 -04:00
METHOD c destroyBlock (Lev;)Z
2018-11-29 15:10:38 -05:00
METHOD d isCreative ()Z