Class WrapperPlayServerScoreboardObjective
java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<WrapperPlayServerScoreboardObjective>
com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerScoreboardObjective
public class WrapperPlayServerScoreboardObjective
extends PacketWrapper<WrapperPlayServerScoreboardObjective>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
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
ConstructorDescriptionWrapperPlayServerScoreboardObjective
(String name, WrapperPlayServerScoreboardObjective.ObjectiveMode mode, net.kyori.adventure.text.Component displayName, @Nullable WrapperPlayServerScoreboardObjective.RenderType renderType) WrapperPlayServerScoreboardObjective
(String name, WrapperPlayServerScoreboardObjective.ObjectiveMode mode, net.kyori.adventure.text.Component displayName, @Nullable WrapperPlayServerScoreboardObjective.RenderType renderType, @Nullable ScoreFormat scoreFormat) -
Method Summary
Modifier and TypeMethodDescriptionvoid
copy
(WrapperPlayServerScoreboardObjective wrapper) net.kyori.adventure.text.Component
getMode()
getName()
@Nullable ScoreFormat
void
read()
void
setDisplayName
(@Nullable net.kyori.adventure.text.Component displayName) void
void
void
setRenderType
(@Nullable WrapperPlayServerScoreboardObjective.RenderType renderType) void
setScoreFormat
(@Nullable ScoreFormat scoreFormat) 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
-
WrapperPlayServerScoreboardObjective
-
WrapperPlayServerScoreboardObjective
public WrapperPlayServerScoreboardObjective(String name, WrapperPlayServerScoreboardObjective.ObjectiveMode mode, net.kyori.adventure.text.Component displayName, @Nullable @Nullable WrapperPlayServerScoreboardObjective.RenderType renderType) -
WrapperPlayServerScoreboardObjective
public WrapperPlayServerScoreboardObjective(String name, WrapperPlayServerScoreboardObjective.ObjectiveMode mode, net.kyori.adventure.text.Component displayName, @Nullable @Nullable WrapperPlayServerScoreboardObjective.RenderType renderType, @Nullable @Nullable ScoreFormat scoreFormat)
-
-
Method Details
-
read
public void read()- Overrides:
read
in classPacketWrapper<WrapperPlayServerScoreboardObjective>
-
write
public void write()- Overrides:
write
in classPacketWrapper<WrapperPlayServerScoreboardObjective>
-
copy
- Overrides:
copy
in classPacketWrapper<WrapperPlayServerScoreboardObjective>
-
getName
-
setName
-
getMode
-
setMode
-
getDisplayName
public net.kyori.adventure.text.Component getDisplayName() -
setDisplayName
public void setDisplayName(@Nullable @Nullable net.kyori.adventure.text.Component displayName) -
getRenderType
-
setRenderType
public void setRenderType(@Nullable @Nullable WrapperPlayServerScoreboardObjective.RenderType renderType) -
getScoreFormat
-
setScoreFormat
-