Class WrapperCommonClientSettings<T extends WrapperCommonClientSettings<T>>
java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<T>
com.github.retrooper.packetevents.wrapper.common.client.WrapperCommonClientSettings<T>
- Direct Known Subclasses:
WrapperConfigClientSettings
,WrapperPlayClientSettings
public class WrapperCommonClientSettings<T extends WrapperCommonClientSettings<T>>
extends PacketWrapper<T>
-
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
ConstructorDescriptionWrapperCommonClientSettings
(PacketTypeCommon packetType, String locale, int viewDistance, WrapperCommonClientSettings.ChatVisibility chatVisibility, boolean chatColors, byte skinMask, HumanoidArm mainHand, boolean textFilteringEnabled, boolean allowServerListings, WrapperCommonClientSettings.ParticleStatus particleStatus, byte ignoredDifficulty) -
Method Summary
Modifier and TypeMethodDescriptionvoid
byte
Removed with 1.8byte
int
boolean
boolean
boolean
isSkinSectionVisible
(SkinSection section) boolean
void
read()
void
setChatColors
(boolean chatColors) void
setChatVisibility
(WrapperCommonClientSettings.ChatVisibility chatVisibility) void
setIgnoredDifficulty
(byte ignoredDifficulty) Removed with 1.8void
void
setMainHand
(HumanoidArm mainHand) void
setParticleStatus
(WrapperCommonClientSettings.ParticleStatus particleStatus) void
setServerListingAllowed
(boolean allowServerListings) void
setSkinMask
(byte skinMask) void
setSkinSectionVisible
(SkinSection section, boolean visible) void
setTextFilteringEnabled
(boolean textFilteringEnabled) void
setViewDistance
(int viewDistance) void
setVisibleSkinSections
(SkinSection visibleSkinSection) 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
-
WrapperCommonClientSettings
-
WrapperCommonClientSettings
public WrapperCommonClientSettings(PacketTypeCommon packetType, String locale, int viewDistance, WrapperCommonClientSettings.ChatVisibility chatVisibility, boolean chatColors, byte skinMask, HumanoidArm mainHand, boolean textFilteringEnabled, boolean allowServerListings, WrapperCommonClientSettings.ParticleStatus particleStatus, byte ignoredDifficulty)
-
-
Method Details
-
read
public void read()- Overrides:
read
in classPacketWrapper<T extends WrapperCommonClientSettings<T>>
-
write
public void write()- Overrides:
write
in classPacketWrapper<T extends WrapperCommonClientSettings<T>>
-
copy
- Overrides:
copy
in classPacketWrapper<T extends WrapperCommonClientSettings<T>>
-
getLocale
-
setLocale
-
getViewDistance
public int getViewDistance() -
setViewDistance
public void setViewDistance(int viewDistance) -
getChatVisibility
-
setChatVisibility
-
isChatColors
public boolean isChatColors() -
setChatColors
public void setChatColors(boolean chatColors) -
getSkinMask
public byte getSkinMask() -
setSkinMask
public void setSkinMask(byte skinMask) -
getVisibleSkinSection
-
setVisibleSkinSections
-
isSkinSectionVisible
-
setSkinSectionVisible
-
getMainHand
-
setMainHand
-
isTextFilteringEnabled
public boolean isTextFilteringEnabled() -
setTextFilteringEnabled
public void setTextFilteringEnabled(boolean textFilteringEnabled) -
isServerListingAllowed
public boolean isServerListingAllowed() -
setServerListingAllowed
public void setServerListingAllowed(boolean allowServerListings) -
getParticleStatus
-
setParticleStatus
-
getIgnoredDifficulty
@Obsolete public byte getIgnoredDifficulty()Removed with 1.8 -
setIgnoredDifficulty
@Obsolete public void setIgnoredDifficulty(byte ignoredDifficulty) Removed with 1.8
-