Uses of Enum
net.md_5.bungee.protocol.packet.ClientSettings.ParticleStatus
Packages that use ClientSettings.ParticleStatus
-
Uses of ClientSettings.ParticleStatus in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return ClientSettings.ParticleStatusModifier and TypeMethodDescriptionClientSettings.getParticleStatus()Returns the enum constant of this type with the specified name.static ClientSettings.ParticleStatus[]ClientSettings.ParticleStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.md_5.bungee.protocol.packet with parameters of type ClientSettings.ParticleStatusModifier and TypeMethodDescriptionvoidClientSettings.setParticleStatus(ClientSettings.ParticleStatus particleStatus) Constructors in net.md_5.bungee.protocol.packet with parameters of type ClientSettings.ParticleStatusModifierConstructorDescriptionClientSettings(String locale, byte viewDistance, int chatFlags, boolean chatColours, byte difficulty, byte skinParts, int mainHand, boolean disableTextFiltering, boolean allowServerListing, ClientSettings.ParticleStatus particleStatus)