Class WrapperConfigClientSettings
java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<WrapperConfigClientSettings>
com.github.retrooper.packetevents.wrapper.common.client.WrapperCommonClientSettings<WrapperConfigClientSettings>
com.github.retrooper.packetevents.wrapper.configuration.client.WrapperConfigClientSettings
public class WrapperConfigClientSettings
extends WrapperCommonClientSettings<WrapperConfigClientSettings>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Deprecated.Nested classes/interfaces inherited from class com.github.retrooper.packetevents.wrapper.common.client.WrapperCommonClientSettings
WrapperCommonClientSettings.ParticleStatus
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
ConstructorDescriptionWrapperConfigClientSettings
(String locale, int viewDistance, WrapperCommonClientSettings.ChatVisibility chatVisibility, boolean chatColors, byte skinMask, HumanoidArm mainHand, boolean textFilteringEnabled, boolean allowServerListings, WrapperCommonClientSettings.ParticleStatus particleStatus) WrapperConfigClientSettings
(String locale, int viewDistance, WrapperConfigClientSettings.ChatVisibility visibility, boolean chatColorable, byte visibleSkinSectionMask, HumanoidArm hand, boolean textFilteringEnabled, boolean allowServerListings) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetHand()
Deprecated.Deprecated.byte
Deprecated.boolean
Deprecated.boolean
Deprecated.void
setAllowServerListings
(boolean allowServerListings) Deprecated.void
setChatColorable
(boolean chatColorable) Deprecated.void
setHand
(HumanoidArm hand) Deprecated.void
Deprecated.void
setVisibleSkinSectionMask
(byte visibleSkinSectionMask) Deprecated.Methods inherited from class com.github.retrooper.packetevents.wrapper.common.client.WrapperCommonClientSettings
copy, getChatVisibility, getIgnoredDifficulty, getLocale, getMainHand, getParticleStatus, getSkinMask, getViewDistance, getVisibleSkinSection, isChatColors, isServerListingAllowed, isSkinSectionVisible, isTextFilteringEnabled, read, setChatColors, setChatVisibility, setIgnoredDifficulty, setLocale, setMainHand, setParticleStatus, setServerListingAllowed, setSkinMask, setSkinSectionVisible, setTextFilteringEnabled, setViewDistance, setVisibleSkinSections, 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
-
WrapperConfigClientSettings
-
WrapperConfigClientSettings
public WrapperConfigClientSettings(String locale, int viewDistance, WrapperCommonClientSettings.ChatVisibility chatVisibility, boolean chatColors, byte skinMask, HumanoidArm mainHand, boolean textFilteringEnabled, boolean allowServerListings, WrapperCommonClientSettings.ParticleStatus particleStatus) -
WrapperConfigClientSettings
@Deprecated public WrapperConfigClientSettings(String locale, int viewDistance, WrapperConfigClientSettings.ChatVisibility visibility, boolean chatColorable, byte visibleSkinSectionMask, HumanoidArm hand, boolean textFilteringEnabled, boolean allowServerListings) Deprecated.
-
-
Method Details
-
getVisibility
Deprecated. -
setVisibility
Deprecated. -
isChatColorable
Deprecated. -
setChatColorable
Deprecated. -
getVisibleSkinSectionMask
Deprecated. -
setVisibleSkinSectionMask
Deprecated. -
getHand
Deprecated. -
setHand
Deprecated. -
isAllowServerListings
Deprecated. -
setAllowServerListings
Deprecated.
-