public class PlayerRespawnS2CPacket extends Object implements Packet<ClientPlayPacketListener>
| Modifier and Type | Field and Description |
|---|---|
private DimensionType |
dimension |
private boolean |
field_24451 |
private boolean |
field_24620 |
private boolean |
field_24621 |
private GameMode |
gameMode |
private long |
sha256Seed |
| Constructor and Description |
|---|
PlayerRespawnS2CPacket() |
PlayerRespawnS2CPacket(DimensionType dimension,
long sha256Seed,
GameMode gameMode,
boolean bool,
boolean bool2,
boolean bool3) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ClientPlayPacketListener clientPlayPacketListener) |
DimensionType |
getDimension() |
GameMode |
getGameMode() |
long |
getSha256Seed() |
boolean |
method_27904() |
boolean |
method_28120() |
boolean |
method_28121() |
void |
read(PacketByteBuf buf) |
void |
write(PacketByteBuf buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWritingErrorSkippableprivate DimensionType dimension
private long sha256Seed
private GameMode gameMode
private boolean field_24620
private boolean field_24621
private boolean field_24451
public PlayerRespawnS2CPacket()
public PlayerRespawnS2CPacket(DimensionType dimension, long sha256Seed, GameMode gameMode, boolean bool, boolean bool2, boolean bool3)
public void apply(ClientPlayPacketListener clientPlayPacketListener)
apply in interface Packet<ClientPlayPacketListener>public void read(PacketByteBuf buf) throws IOException
read in interface Packet<ClientPlayPacketListener>IOExceptionpublic void write(PacketByteBuf buf) throws IOException
write in interface Packet<ClientPlayPacketListener>IOException@Environment(value=CLIENT) public DimensionType getDimension()
@Environment(value=CLIENT) public long getSha256Seed()
@Environment(value=CLIENT) public GameMode getGameMode()
@Environment(value=CLIENT) public boolean method_28120()
@Environment(value=CLIENT) public boolean method_28121()
@Environment(value=CLIENT) public boolean method_27904()