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

20 lines
518 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS lu net/minecraft/client/network/packet/PlayerRespawnClientPacket
FIELD a dimension Lbrf;
FIELD b difficulty Lafb;
FIELD c gameMode Lbap;
FIELD d generatorType Lbbb;
METHOD <init> (Lbrf;Lafb;Lbbb;Lbap;)V
2018-11-04 07:22:38 -05:00
ARG 2 difficulty
ARG 3 generatorType
2018-12-05 09:11:37 -05:00
METHOD a read (Lir;)V
ARG 0 buf
METHOD a apply (Liu;)V
ARG 0 handler
METHOD a apply (Ljs;)V
METHOD b getDimension ()Lbrf;
METHOD b write (Lir;)V
ARG 0 buf
METHOD c getDifficulty ()Lafb;
METHOD d getGameMode ()Lbap;
METHOD e getGeneratorType ()Lbbb;