Class WrapperPlayServerInitializeWorldBorder
java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<WrapperPlayServerInitializeWorldBorder>
com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerInitializeWorldBorder
public class WrapperPlayServerInitializeWorldBorder
extends PacketWrapper<WrapperPlayServerInitializeWorldBorder>
-
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, clientVersion, serverVersion, user
-
Constructor Summary
ConstructorDescriptionWrapperPlayServerInitializeWorldBorder
(double x, double z, double oldDiameter, double newDiameter, long speed, int portalTeleportBoundary, int warningBlocks, int warningTime) -
Method Summary
Modifier and TypeMethodDescriptionvoid
double
double
int
long
getSpeed()
int
int
double
getX()
double
getZ()
void
read()
void
setNewDiameter
(double newDiameter) void
setOldDiameter
(double oldDiameter) void
setPortalTeleportBoundary
(int portalTeleportBoundary) void
setSpeed
(long speed) void
setWarningBlocks
(int warningBlocks) void
setWarningTime
(int warningTime) void
setX
(double x) void
setZ
(double z) void
write()
Methods inherited from class com.github.retrooper.packetevents.wrapper.PacketWrapper
createUniversalPacketWrapper, getBuffer, getChunkKey, getChunkX, getChunkZ, getClientVersion, getMaxMessageLength, getNativePacketId, getPacketId, getPacketTypeData, getServerVersion, limitValue, prepareForSend, prepareForSend, readBitSet, readBlockPosition, readBoolean, readByte, readByteArray, readByteArray, readByteArrayOfSize, readBytes, readChatTypeBoundNetwork, readCollection, readComponent, readComponentAsJSON, readComponentAsNBT, readComponentJSON, 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, readMappedEntityOrDirect, readMerchantOffer, readMessageSignaturePacked, readMultiVersional, readNBT, readNBTRaw, readNode, readOptional, readPresentItemStack, readPublicKey, readPublicProfileKey, readRemainingBytes, readRemoteChatSession, readSaltSignature, readShort, readSignatureData, readSignedCommandArguments, readString, readString, readStyle, readTimestamp, readUnsignedByte, readUnsignedShort, readUUID, readVarInt, readVarIntArray, readVarIntArrayOfSize, readVarLong, readVarShort, readVillagerData, readWorldBlockPosition, resetBuffer, resetByteBuf, setClientVersion, setNativePacketId, setPacketId, setServerVersion, writeBitSet, writeBlockPosition, writeBoolean, writeByte, writeByteArray, writeByteArrayOfSize, writeBytes, writeChatTypeBoundNetwork, writeCollection, writeComponent, writeComponentAsJSON, writeComponentAsNBT, writeComponentJSON, 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, writeMerchantOffer, writeMessageSignaturePacked, writeMultiVersional, writeNBT, writeNBTRaw, writeNode, writeOptional, writePresentItemStack, writePublicKey, writePublicProfileKey, writeRemoteChatSession, writeSaltSignature, writeShort, writeSignatureData, writeSignedCommandArguments, writeString, writeString, writeString, writeStyle, writeTimestamp, writeUUID, writeVarInt, writeVarIntArray, writeVarIntArrayOfSize, writeVarLong, writeVarShort, writeVillagerData, writeWorldBlockPosition
-
Constructor Details
-
WrapperPlayServerInitializeWorldBorder
-
WrapperPlayServerInitializeWorldBorder
public WrapperPlayServerInitializeWorldBorder(double x, double z, double oldDiameter, double newDiameter, long speed, int portalTeleportBoundary, int warningBlocks, int warningTime)
-
-
Method Details
-
read
public void read()- Overrides:
read
in classPacketWrapper<WrapperPlayServerInitializeWorldBorder>
-
write
public void write()- Overrides:
write
in classPacketWrapper<WrapperPlayServerInitializeWorldBorder>
-
copy
- Overrides:
copy
in classPacketWrapper<WrapperPlayServerInitializeWorldBorder>
-
getX
public double getX() -
setX
public void setX(double x) -
getZ
public double getZ() -
setZ
public void setZ(double z) -
getOldDiameter
public double getOldDiameter() -
setOldDiameter
public void setOldDiameter(double oldDiameter) -
getNewDiameter
public double getNewDiameter() -
setNewDiameter
public void setNewDiameter(double newDiameter) -
getSpeed
public long getSpeed() -
setSpeed
public void setSpeed(long speed) -
getPortalTeleportBoundary
public int getPortalTeleportBoundary() -
setPortalTeleportBoundary
public void setPortalTeleportBoundary(int portalTeleportBoundary) -
getWarningBlocks
public int getWarningBlocks() -
setWarningBlocks
public void setWarningBlocks(int warningBlocks) -
getWarningTime
public int getWarningTime() -
setWarningTime
public void setWarningTime(int warningTime)
-