Class WrapperPlayServerJoinGame
java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<WrapperPlayServerJoinGame>
com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerJoinGame
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.retrooper.packetevents.wrapper.PacketWrapper
PacketWrapper.Reader<T>, PacketWrapper.Writer<T>
-
Field Summary
Fields inherited from class com.github.retrooper.packetevents.wrapper.PacketWrapper
buffer, bufferLock, clientVersion, serverVersion, user
-
Constructor Summary
ConstructorDescriptionWrapperPlayServerJoinGame
(int entityID, boolean hardcore, GameMode gameMode, @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionType dimensionType, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable Integer portalCooldown) WrapperPlayServerJoinGame
(int entityID, boolean hardcore, GameMode gameMode, @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionType dimensionType, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable Integer portalCooldown, boolean enforcesSecureChat) WrapperPlayServerJoinGame
(int entityID, boolean hardcore, GameMode gameMode, @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionType dimensionType, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable Integer portalCooldown, int seaLevel, boolean enforcesSecureChat) WrapperPlayServerJoinGame
(int entityID, boolean hardcore, GameMode gameMode, @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionType dimensionType, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable Integer portalCooldown) WrapperPlayServerJoinGame
(int entityID, boolean hardcore, GameMode gameMode, @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionTypeRef dimensionTypeRef, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable Integer portalCooldown) WrapperPlayServerJoinGame
(int entityID, boolean hardcore, GameMode gameMode, @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionTypeRef dimensionTypeRef, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable Integer portalCooldown, boolean enforcesSecureChat) WrapperPlayServerJoinGame
(int entityID, boolean hardcore, GameMode gameMode, @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionTypeRef dimensionTypeRef, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable Integer portalCooldown, int seaLevel, boolean enforcesSecureChat) WrapperPlayServerJoinGame
(int entityID, boolean hardcore, GameMode gameMode, @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionTypeRef dimensionTypeRef, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable Integer portalCooldown) WrapperPlayServerJoinGame
(int entityID, boolean hardcore, GameMode gameMode, @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, Dimension dimension, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable Integer portalCooldown) Deprecated.WrapperPlayServerJoinGame
(int entityID, boolean hardcore, GameMode gameMode, @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, Dimension dimension, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable Integer portalCooldown, boolean enforcesSecureChat) Deprecated.WrapperPlayServerJoinGame
(int entityID, boolean hardcore, GameMode gameMode, @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, Dimension dimension, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable Integer portalCooldown) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
copy
(WrapperPlayServerJoinGame wrapper) Deprecated.int
long
@Nullable WorldBlockPosition
int
@Nullable GameMode
int
int
int
boolean
isDebug()
boolean
boolean
isFlat()
boolean
boolean
boolean
boolean
void
read()
void
setDebug
(boolean isDebug) void
setDifficulty
(Difficulty difficulty) void
setDimension
(Dimension dimension) Deprecated.void
setDimensionCodec
(NBTCompound dimensionCodec) void
setDimensionType
(DimensionType dimensionType) void
setDimensionTypeRef
(DimensionTypeRef dimensionTypeRef) void
setEnforcesSecureChat
(boolean enforcesSecureChat) void
setEntityId
(int entityID) void
setFlat
(boolean isFlat) void
setGameMode
(GameMode gameMode) void
setHardcore
(boolean hardcore) void
setHashedSeed
(long hashedSeed) void
setLastDeathPosition
(@Nullable WorldBlockPosition lastDeathPosition) void
setLimitedCrafting
(boolean limitedCrafting) void
setMaxPlayers
(int maxPlayers) void
setPortalCooldown
(int portalCooldown) void
setPreviousGameMode
(@Nullable GameMode previousGameMode) void
setReducedDebugInfo
(boolean reducedDebugInfo) void
setRespawnScreenEnabled
(boolean enableRespawnScreen) void
setSeaLevel
(int seaLevel) void
setSimulationDistance
(int simulationDistance) void
setViewDistance
(int viewDistance) void
setWorldName
(String worldName) void
setWorldNames
(List<String> worldNames) void
write()
Methods inherited from class com.github.retrooper.packetevents.wrapper.PacketWrapper
createUniversalPacketWrapper, getBuffer, getChunkKey, getChunkX, getChunkZ, getClientVersion, getMaxMessageLength, getNativePacketId, getPacketId, getPacketTypeData, getRegistryHolder, getServerVersion, limitValue, prepareForSend, prepareForSend, readArray, readBitSet, readBlockPosition, readBoolean, readByte, readByteArray, readByteArray, readByteArrayOfSize, readBytes, readChatTypeBoundNetwork, readCollection, readComponent, readComponentAsJSON, readComponentAsNBT, readComponentJSON, readContainerId, readDimension, readDouble, readEntityMetadata, readEnum, readEnum, readEnumSet, readEvent, readFilterMask, readFloat, readGameMode, readIdentifier, readIdentifier, readInt, readItemStack, readItemStackModern, readKnownPack, readLastSeenMessages, readLastSeenMessagesEntry, readLastSeenMessagesPacked, readLastSeenMessagesUpdate, readLegacyLastSeenMessagesUpdate, readList, readLong, readLongArray, readLongArray, readMap, readMappedEntity, readMappedEntity, readMappedEntityOrDirect, readMappedEntityOrDirect, readMedium, readMerchantOffer, readMessageSignature, readMessageSignaturePacked, readMultiVersional, readNBT, readNBTRaw, readNode, readNullableVarInt, readOptional, readPresentItemStack, readPublicKey, readPublicProfileKey, readRemainingBytes, readRemoteChatSession, readRotation, readSaltSignature, readShort, readSignatureData, readSignedCommandArguments, readString, readString, readStyle, readTimestamp, readUnlimitedNBT, readUnlimitedNBTRaw, readUnsignedByte, readUnsignedShort, readUUID, readVarInt, readVarIntArray, readVarIntArrayOfSize, readVarLong, readVarShort, readVillagerData, readWorldBlockPosition, resetBuffer, resetByteBuf, setBuffer, setClientVersion, setNativePacketId, setPacketId, setServerVersion, writeArray, writeBitSet, writeBlockPosition, writeBoolean, writeByte, writeByteArray, writeByteArrayOfSize, writeBytes, writeChatTypeBoundNetwork, writeCollection, writeComponent, writeComponentAsJSON, writeComponentAsNBT, writeComponentJSON, writeContainerId, writeDimension, writeDouble, writeEntityMetadata, writeEntityMetadata, writeEnum, writeEnumSet, writeFilterMask, writeFloat, writeGameMode, writeIdentifier, writeIdentifier, writeInt, writeItemStack, writeItemStackModern, writeKnownPack, writeLastMessagesEntry, writeLastSeenMessages, writeLastSeenMessagesPacked, writeLastSeenMessagesUpdate, writeLegacyLastSeenMessagesUpdate, writeList, writeLong, writeLongArray, writeMap, writeMappedEntity, writeMappedEntityOrDirect, writeMedium, writeMerchantOffer, writeMessageSignature, writeMessageSignaturePacked, writeMultiVersional, writeNBT, writeNBTRaw, writeNode, writeNullableVarInt, writeOptional, writePresentItemStack, writePublicKey, writePublicProfileKey, writeRemoteChatSession, writeRotation, writeSaltSignature, writeShort, writeSignatureData, writeSignedCommandArguments, writeString, writeString, writeString, writeStyle, writeTimestamp, writeUUID, writeVarInt, writeVarIntArray, writeVarIntArrayOfSize, writeVarLong, writeVarShort, writeVillagerData, writeWorldBlockPosition
-
Constructor Details
-
WrapperPlayServerJoinGame
-
WrapperPlayServerJoinGame
@Deprecated public WrapperPlayServerJoinGame(int entityID, boolean hardcore, GameMode gameMode, @Nullable @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, Dimension dimension, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable @Nullable Integer portalCooldown) Deprecated. -
WrapperPlayServerJoinGame
@Deprecated public WrapperPlayServerJoinGame(int entityID, boolean hardcore, GameMode gameMode, @Nullable @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, Dimension dimension, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable @Nullable Integer portalCooldown) Deprecated. -
WrapperPlayServerJoinGame
@Deprecated public WrapperPlayServerJoinGame(int entityID, boolean hardcore, GameMode gameMode, @Nullable @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, Dimension dimension, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable @Nullable Integer portalCooldown, boolean enforcesSecureChat) Deprecated. -
WrapperPlayServerJoinGame
public WrapperPlayServerJoinGame(int entityID, boolean hardcore, GameMode gameMode, @Nullable @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionType dimensionType, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable @Nullable Integer portalCooldown) -
WrapperPlayServerJoinGame
public WrapperPlayServerJoinGame(int entityID, boolean hardcore, GameMode gameMode, @Nullable @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionType dimensionType, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable @Nullable Integer portalCooldown) -
WrapperPlayServerJoinGame
public WrapperPlayServerJoinGame(int entityID, boolean hardcore, GameMode gameMode, @Nullable @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionType dimensionType, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable @Nullable Integer portalCooldown, boolean enforcesSecureChat) -
WrapperPlayServerJoinGame
public WrapperPlayServerJoinGame(int entityID, boolean hardcore, GameMode gameMode, @Nullable @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionType dimensionType, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable @Nullable Integer portalCooldown, int seaLevel, boolean enforcesSecureChat) -
WrapperPlayServerJoinGame
public WrapperPlayServerJoinGame(int entityID, boolean hardcore, GameMode gameMode, @Nullable @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionTypeRef dimensionTypeRef, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable @Nullable Integer portalCooldown) -
WrapperPlayServerJoinGame
public WrapperPlayServerJoinGame(int entityID, boolean hardcore, GameMode gameMode, @Nullable @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionTypeRef dimensionTypeRef, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable @Nullable Integer portalCooldown) -
WrapperPlayServerJoinGame
public WrapperPlayServerJoinGame(int entityID, boolean hardcore, GameMode gameMode, @Nullable @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionTypeRef dimensionTypeRef, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable @Nullable Integer portalCooldown, boolean enforcesSecureChat) -
WrapperPlayServerJoinGame
public WrapperPlayServerJoinGame(int entityID, boolean hardcore, GameMode gameMode, @Nullable @Nullable GameMode previousGameMode, List<String> worldNames, NBTCompound dimensionCodec, DimensionTypeRef dimensionTypeRef, Difficulty difficulty, String worldName, long hashedSeed, int maxPlayers, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean enableRespawnScreen, boolean limitedCrafting, boolean isDebug, boolean isFlat, WorldBlockPosition lastDeathPosition, @Nullable @Nullable Integer portalCooldown, int seaLevel, boolean enforcesSecureChat)
-
-
Method Details
-
read
public void read()- Overrides:
read
in classPacketWrapper<WrapperPlayServerJoinGame>
-
write
public void write()- Overrides:
write
in classPacketWrapper<WrapperPlayServerJoinGame>
-
copy
- Overrides:
copy
in classPacketWrapper<WrapperPlayServerJoinGame>
-
getEntityId
public int getEntityId() -
setEntityId
public void setEntityId(int entityID) -
isHardcore
public boolean isHardcore() -
setHardcore
public void setHardcore(boolean hardcore) -
getGameMode
-
setGameMode
-
getPreviousGameMode
-
setPreviousGameMode
-
getWorldNames
-
setWorldNames
-
getDimensionCodec
-
setDimensionCodec
-
getDimensionTypeRef
-
setDimensionTypeRef
-
getDimensionType
-
setDimensionType
-
getDimension
Deprecated. -
setDimension
Deprecated. -
getDifficulty
-
setDifficulty
-
getWorldName
-
setWorldName
-
getHashedSeed
public long getHashedSeed() -
setHashedSeed
public void setHashedSeed(long hashedSeed) -
getMaxPlayers
public int getMaxPlayers() -
setMaxPlayers
public void setMaxPlayers(int maxPlayers) -
getViewDistance
public int getViewDistance() -
setViewDistance
public void setViewDistance(int viewDistance) -
getSimulationDistance
public int getSimulationDistance() -
setSimulationDistance
public void setSimulationDistance(int simulationDistance) -
isReducedDebugInfo
public boolean isReducedDebugInfo() -
setReducedDebugInfo
public void setReducedDebugInfo(boolean reducedDebugInfo) -
isRespawnScreenEnabled
public boolean isRespawnScreenEnabled() -
setRespawnScreenEnabled
public void setRespawnScreenEnabled(boolean enableRespawnScreen) -
isLimitedCrafting
public boolean isLimitedCrafting() -
setLimitedCrafting
public void setLimitedCrafting(boolean limitedCrafting) -
isDebug
public boolean isDebug() -
setDebug
public void setDebug(boolean isDebug) -
isFlat
public boolean isFlat() -
setFlat
public void setFlat(boolean isFlat) -
getLastDeathPosition
-
setLastDeathPosition
-
getPortalCooldown
-
setPortalCooldown
public void setPortalCooldown(int portalCooldown) -
getSeaLevel
public int getSeaLevel() -
setSeaLevel
public void setSeaLevel(int seaLevel) -
isEnforcesSecureChat
public boolean isEnforcesSecureChat() -
setEnforcesSecureChat
public void setEnforcesSecureChat(boolean enforcesSecureChat)
-