yarn/mappings/net/minecraft/client/network/packet/PlayerRespawnClientPacket.m...

17 lines
478 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS lt net/minecraft/client/network/packet/PlayerRespawnClientPacket
2018-11-29 15:10:38 -05:00
FIELD a dimension Lbrc;
FIELD b difficulty Laez;
FIELD c gameMode Lban;
FIELD d generatorType Lbaz;
METHOD <init> (Lbrc;Laez;Lbaz;Lban;)V
2018-11-04 07:22:38 -05:00
ARG 2 difficulty
ARG 3 generatorType
2018-11-27 13:50:51 -05:00
METHOD a read (Liq;)V
METHOD a apply (Lit;)V
METHOD a apply (Ljr;)V
2018-11-29 15:10:38 -05:00
METHOD b getDimension ()Lbrc;
2018-11-27 13:50:51 -05:00
METHOD b write (Liq;)V
2018-11-29 15:10:38 -05:00
METHOD c getDifficulty ()Laez;
METHOD d getGameMode ()Lban;
METHOD e getGeneratorType ()Lbaz;