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

31 lines
731 B
Plaintext
Raw Normal View History

CLASS um net/minecraft/server/network/ServerPlayerInteractionManager
2018-11-29 15:10:38 -05:00
FIELD a world Lbaq;
FIELD b player Lul;
FIELD c gameMode Lban;
2018-12-02 05:38:26 -05:00
METHOD <init> (Lbaq;)V
ARG 1 world
2018-11-29 15:10:38 -05:00
METHOD a update ()V
2018-12-02 05:38:26 -05:00
METHOD a interactItem (Laqj;Lbaq;Lavs;Lafb;)Lafd;
METHOD a interactBlock (Laqj;Lbaq;Lavs;Lafb;Let;Ley;FFF)Lafd;
ARG 1 player
ARG 2 world
ARG 3 stack
ARG 4 hand
ARG 5 pos
ARG 6 facing
ARG 7 hitX
ARG 8 hitY
ARG 9 hitZ
ARG 10 state
2018-11-29 15:10:38 -05:00
METHOD a setGameMode (Lban;)V
METHOD a setWorld (Luj;)V
2018-12-02 05:38:26 -05:00
ARG 1 world
2018-11-29 15:10:38 -05:00
METHOD b getGameMode ()Lban;
METHOD b setGameModeIfNotPresent (Lban;)V
2018-12-02 05:38:26 -05:00
METHOD b tryBreakBlock (Let;)Z
ARG 1 pos
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
ARG 1 pos
2018-11-29 15:10:38 -05:00
METHOD d isCreative ()Z