Class WrapperPlayServerTitle
java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<WrapperPlayServerTitle>
com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerTitle
-
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
ConstructorDescriptionWrapperPlayServerTitle
(WrapperPlayServerTitle.TitleAction action, @Nullable String titleJson, @Nullable String subtitleJson, @Nullable String actionBarJson, int fadeInTicks, int stayTicks, int fadeOutTicks) Deprecated.WrapperPlayServerTitle
(WrapperPlayServerTitle.TitleAction action, @Nullable net.kyori.adventure.text.Component title, @Nullable net.kyori.adventure.text.Component subtitle, @Nullable net.kyori.adventure.text.Component actionBar, int fadeInTicks, int stayTicks, int fadeOutTicks) -
Method Summary
Modifier and TypeMethodDescriptionvoid
copy
(WrapperPlayServerTitle wrapper) @Nullable net.kyori.adventure.text.Component
@Nullable String
Deprecated.int
int
int
@Nullable net.kyori.adventure.text.Component
@Nullable String
Deprecated.@Nullable net.kyori.adventure.text.Component
getTitle()
@Nullable String
Deprecated.void
read()
void
void
setActionBar
(@Nullable net.kyori.adventure.text.Component actionBar) void
setActionBarJson
(@Nullable String actionBarJson) Deprecated.void
setFadeInTicks
(int fadeInTicks) void
setFadeOutTicks
(int fadeOutTicks) void
setStayTicks
(int stayTicks) void
setSubtitle
(@Nullable net.kyori.adventure.text.Component subtitle) void
setSubtitleJson
(@Nullable String subtitleJson) Deprecated.void
setTitle
(@Nullable net.kyori.adventure.text.Component title) void
setTitleJson
(@Nullable String titleJson) Deprecated.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
-
Field Details
-
HANDLE_JSON
Deprecated.
-
-
Constructor Details
-
WrapperPlayServerTitle
-
WrapperPlayServerTitle
public WrapperPlayServerTitle(WrapperPlayServerTitle.TitleAction action, @Nullable @Nullable net.kyori.adventure.text.Component title, @Nullable @Nullable net.kyori.adventure.text.Component subtitle, @Nullable @Nullable net.kyori.adventure.text.Component actionBar, int fadeInTicks, int stayTicks, int fadeOutTicks) -
WrapperPlayServerTitle
@Deprecated public WrapperPlayServerTitle(WrapperPlayServerTitle.TitleAction action, @Nullable @Nullable String titleJson, @Nullable @Nullable String subtitleJson, @Nullable @Nullable String actionBarJson, int fadeInTicks, int stayTicks, int fadeOutTicks) Deprecated.
-
-
Method Details
-
read
public void read()- Overrides:
read
in classPacketWrapper<WrapperPlayServerTitle>
-
copy
- Overrides:
copy
in classPacketWrapper<WrapperPlayServerTitle>
-
write
public void write()- Overrides:
write
in classPacketWrapper<WrapperPlayServerTitle>
-
getAction
-
setAction
-
getTitle
@Nullable public @Nullable net.kyori.adventure.text.Component getTitle() -
setTitle
public void setTitle(@Nullable @Nullable net.kyori.adventure.text.Component title) -
getTitleJson
Deprecated. -
setTitleJson
Deprecated. -
getSubtitle
@Nullable public @Nullable net.kyori.adventure.text.Component getSubtitle() -
setSubtitle
public void setSubtitle(@Nullable @Nullable net.kyori.adventure.text.Component subtitle) -
getSubtitleJson
Deprecated. -
setSubtitleJson
Deprecated. -
getActionBar
@Nullable public @Nullable net.kyori.adventure.text.Component getActionBar() -
setActionBar
public void setActionBar(@Nullable @Nullable net.kyori.adventure.text.Component actionBar) -
getActionBarJson
Deprecated. -
setActionBarJson
Deprecated. -
getFadeInTicks
public int getFadeInTicks() -
setFadeInTicks
public void setFadeInTicks(int fadeInTicks) -
getStayTicks
public int getStayTicks() -
setStayTicks
public void setStayTicks(int stayTicks) -
getFadeOutTicks
public int getFadeOutTicks() -
setFadeOutTicks
public void setFadeOutTicks(int fadeOutTicks)
-