yarn/mappings/net/minecraft/client/network/packet/PlayerRespawnS2CPacket.mapping

13 lines
380 B
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS md net/minecraft/client/network/packet/PlayerRespawnS2CPacket
2019-02-21 13:19:18 -05:00
FIELD a dimension Lbtx;
2019-02-13 12:35:08 -05:00
FIELD b difficulty Lage;
2019-02-21 13:19:18 -05:00
FIELD c gameMode Lbdc;
FIELD d generatorType Lbdm;
METHOD <init> (Lbtx;Lage;Lbdm;Lbdc;)V
2018-11-04 07:22:38 -05:00
ARG 2 difficulty
ARG 3 generatorType
2019-02-21 13:19:18 -05:00
METHOD b getDimension ()Lbtx;
2019-02-13 12:35:08 -05:00
METHOD c getDifficulty ()Lage;
2019-02-21 13:19:18 -05:00
METHOD d getGameMode ()Lbdc;
METHOD e getGeneratorType ()Lbdm;