Uses of Enum Class
com.comphenix.protocol.wrappers.EnumWrappers.Particle
Packages that use EnumWrappers.Particle
-
Uses of EnumWrappers.Particle in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type EnumWrappers.ParticleModifier and TypeMethodDescriptionAbstractStructure.getParticles()Retrieve a read/write structure for the Particle enum in 1.8-1.12. -
Uses of EnumWrappers.Particle in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return EnumWrappers.ParticleModifier and TypeMethodDescriptionstatic EnumWrappers.ParticleEnumWrappers.Particle.getById(int id)static EnumWrappers.Particlestatic EnumWrappers.ParticleReturns the enum constant of this class with the specified name.static EnumWrappers.Particle[]EnumWrappers.Particle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.wrappers that return types with arguments of type EnumWrappers.Particle