Record Class JoinGamePacket
java.lang.Object
java.lang.Record
net.minestom.server.network.packet.server.play.JoinGamePacket
- All Implemented Interfaces:
SendablePacket
,ServerPacket
,Writeable
public record JoinGamePacket(int entityId, boolean isHardcore, GameMode gameMode, GameMode previousGameMode, List<String> worlds, org.jglrxavpok.hephaistos.nbt.NBTCompound dimensionCodec, org.jglrxavpok.hephaistos.nbt.NBTCompound dimension, String world, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean isDebug, boolean isFlat)
extends Record
implements ServerPacket
-
Constructor Summary
ConstructorsConstructorDescriptionJoinGamePacket
(int entityId, boolean isHardcore, GameMode gameMode, GameMode previousGameMode, List<String> worlds, org.jglrxavpok.hephaistos.nbt.NBTCompound dimensionCodec, org.jglrxavpok.hephaistos.nbt.NBTCompound dimension, String world, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean isDebug, boolean isFlat) Creates an instance of aJoinGamePacket
record class.JoinGamePacket
(BinaryReader reader) -
Method Summary
Modifier and TypeMethodDescriptionorg.jglrxavpok.hephaistos.nbt.NBTCompound
Returns the value of thedimension
record component.org.jglrxavpok.hephaistos.nbt.NBTCompound
Returns the value of thedimensionCodec
record component.boolean
Returns the value of theenableRespawnScreen
record component.int
entityId()
Returns the value of theentityId
record component.final boolean
Indicates whether some other object is "equal to" this one.gameMode()
Returns the value of thegameMode
record component.int
getId()
Gets the id of this packet.final int
hashCode()
Returns a hash code value for this object.long
Returns the value of thehashedSeed
record component.boolean
isDebug()
Returns the value of theisDebug
record component.boolean
isFlat()
Returns the value of theisFlat
record component.boolean
Returns the value of theisHardcore
record component.int
Returns the value of themaxPlayers
record component.Returns the value of thepreviousGameMode
record component.boolean
Returns the value of thereducedDebugInfo
record component.int
Returns the value of thesimulationDistance
record component.final String
toString()
Returns a string representation of this record class.int
Returns the value of theviewDistance
record component.world()
Returns the value of theworld
record component.worlds()
Returns the value of theworlds
record component.void
write
(@NotNull BinaryWriter writer) Writes into aBinaryWriter
.
-
Constructor Details
-
JoinGamePacket
-
JoinGamePacket
public JoinGamePacket(int entityId, boolean isHardcore, GameMode gameMode, GameMode previousGameMode, List<String> worlds, org.jglrxavpok.hephaistos.nbt.NBTCompound dimensionCodec, org.jglrxavpok.hephaistos.nbt.NBTCompound dimension, String world, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean isDebug, boolean isFlat) Creates an instance of aJoinGamePacket
record class.- Parameters:
entityId
- the value for theentityId
record componentisHardcore
- the value for theisHardcore
record componentgameMode
- the value for thegameMode
record componentpreviousGameMode
- the value for thepreviousGameMode
record componentworlds
- the value for theworlds
record componentdimensionCodec
- the value for thedimensionCodec
record componentdimension
- the value for thedimension
record componentworld
- the value for theworld
record componenthashedSeed
- the value for thehashedSeed
record componentmaxPlayers
- the value for themaxPlayers
record componentviewDistance
- the value for theviewDistance
record componentsimulationDistance
- the value for thesimulationDistance
record componentreducedDebugInfo
- the value for thereducedDebugInfo
record componentenableRespawnScreen
- the value for theenableRespawnScreen
record componentisDebug
- the value for theisDebug
record componentisFlat
- the value for theisFlat
record component
-
-
Method Details
-
write
Description copied from interface:Writeable
Writes into aBinaryWriter
. -
getId
public int getId()Description copied from interface:ServerPacket
Gets the id of this packet.Written in the final buffer header so it needs to match the client id.
- Specified by:
getId
in interfaceServerPacket
- Returns:
- the id of this packet
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
entityId
public int entityId()Returns the value of theentityId
record component.- Returns:
- the value of the
entityId
record component
-
isHardcore
public boolean isHardcore()Returns the value of theisHardcore
record component.- Returns:
- the value of the
isHardcore
record component
-
gameMode
Returns the value of thegameMode
record component.- Returns:
- the value of the
gameMode
record component
-
previousGameMode
Returns the value of thepreviousGameMode
record component.- Returns:
- the value of the
previousGameMode
record component
-
worlds
Returns the value of theworlds
record component.- Returns:
- the value of the
worlds
record component
-
dimensionCodec
public org.jglrxavpok.hephaistos.nbt.NBTCompound dimensionCodec()Returns the value of thedimensionCodec
record component.- Returns:
- the value of the
dimensionCodec
record component
-
dimension
public org.jglrxavpok.hephaistos.nbt.NBTCompound dimension()Returns the value of thedimension
record component.- Returns:
- the value of the
dimension
record component
-
world
Returns the value of theworld
record component.- Returns:
- the value of the
world
record component
-
hashedSeed
public long hashedSeed()Returns the value of thehashedSeed
record component.- Returns:
- the value of the
hashedSeed
record component
-
maxPlayers
public int maxPlayers()Returns the value of themaxPlayers
record component.- Returns:
- the value of the
maxPlayers
record component
-
viewDistance
public int viewDistance()Returns the value of theviewDistance
record component.- Returns:
- the value of the
viewDistance
record component
-
simulationDistance
public int simulationDistance()Returns the value of thesimulationDistance
record component.- Returns:
- the value of the
simulationDistance
record component
-
reducedDebugInfo
public boolean reducedDebugInfo()Returns the value of thereducedDebugInfo
record component.- Returns:
- the value of the
reducedDebugInfo
record component
-
enableRespawnScreen
public boolean enableRespawnScreen()Returns the value of theenableRespawnScreen
record component.- Returns:
- the value of the
enableRespawnScreen
record component
-
isDebug
public boolean isDebug()Returns the value of theisDebug
record component.- Returns:
- the value of the
isDebug
record component
-
isFlat
public boolean isFlat()Returns the value of theisFlat
record component.- Returns:
- the value of the
isFlat
record component
-