Class ClientboundRespawnPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundRespawnPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ResourceKey<Level>
private final ResourceKey<DimensionType>
private final boolean
private final boolean
private final boolean
private final GameType
private final GameType
private final long
-
Constructor Summary
ConstructorDescriptionClientboundRespawnPacket
(FriendlyByteBuf p_179191_) ClientboundRespawnPacket
(ResourceKey<DimensionType> p_238301_, ResourceKey<Level> p_238302_, long p_238303_, GameType p_238304_, GameType p_238305_, boolean p_238306_, boolean p_238307_, boolean p_238308_, Optional<GlobalPos> p_238309_) -
Method Summary
Modifier and TypeMethodDescriptionlong
getSeed()
void
handle
(ClientGamePacketListener p_132951_) boolean
isDebug()
boolean
isFlat()
boolean
void
write
(FriendlyByteBuf p_132954_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable
-
Field Details
-
dimensionType
-
dimension
-
seed
private final long seed -
playerGameType
-
previousPlayerGameType
-
isDebug
private final boolean isDebug -
isFlat
private final boolean isFlat -
keepAllPlayerData
private final boolean keepAllPlayerData -
lastDeathLocation
-
-
Constructor Details
-
ClientboundRespawnPacket
public ClientboundRespawnPacket(ResourceKey<DimensionType> p_238301_, ResourceKey<Level> p_238302_, long p_238303_, GameType p_238304_, @Nullable GameType p_238305_, boolean p_238306_, boolean p_238307_, boolean p_238308_, Optional<GlobalPos> p_238309_) -
ClientboundRespawnPacket
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-
getDimensionType
-
getDimension
-
getSeed
public long getSeed() -
getPlayerGameType
-
getPreviousPlayerGameType
-
isDebug
public boolean isDebug() -
isFlat
public boolean isFlat() -
shouldKeepAllPlayerData
public boolean shouldKeepAllPlayerData() -
getLastDeathLocation
-