Uses of Enum Class
xyz.xenondevs.particle.ParticleEffect
Packages that use ParticleEffect
Package
Description
-
Uses of ParticleEffect in xyz.xenondevs.particle
Fields in xyz.xenondevs.particle with type parameters of type ParticleEffectModifier and TypeFieldDescriptionstatic final Map<ParticleEffect,Object> ParticleEffect.NMS_EFFECTSAHashMapto store the nms instances of all currently supportedParticleEffects.static final List<ParticleEffect>ParticleEffect.VALUESAn array with allParticleEffects.Methods in xyz.xenondevs.particle that return ParticleEffectModifier and TypeMethodDescriptionParticleBuilder.getParticle()TheParticleEffectthat should be displayed by the client.ParticlePacket.getParticle()Gets theParticleEffectthat will be displayed by the client.static ParticleEffectReturns the enum constant of this class with the specified name.static ParticleEffect[]ParticleEffect.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in xyz.xenondevs.particle that return types with arguments of type ParticleEffectModifier and TypeMethodDescriptionstatic Set<ParticleEffect>ParticleEffect.getAvailableEffects()Returns a set of all effects that are available in the current version.Constructors in xyz.xenondevs.particle with parameters of type ParticleEffectModifierConstructorDescriptionParticleBuilder(ParticleEffect particle) Initializes a newParticleBuilderParticleBuilder(ParticleEffect particle, org.bukkit.Location location) Initializes a newParticleBuilderParticlePacket(ParticleEffect particle, float offsetX, float offsetY, float offsetZ, float speed, int amount) Creates a newParticlePacketthat can be sent to one or multipleplayers.ParticlePacket(ParticleEffect particle, float offsetX, float offsetY, float offsetZ, float speed, int amount, ParticleData particleData) Creates a newParticlePacketthat can be sent to one or multipleplayers. -
Uses of ParticleEffect in xyz.xenondevs.particle.data
Methods in xyz.xenondevs.particle.data that return ParticleEffectModifier and TypeMethodDescriptionParticleData.getEffect()Gets theParticleEffectthe currentParticleDatais assigned to.Methods in xyz.xenondevs.particle.data with parameters of type ParticleEffectModifier and TypeMethodDescriptionvoidParticleData.setEffect(ParticleEffect effect) Sets theParticleEffect. -
Uses of ParticleEffect in xyz.xenondevs.particle.data.color
Methods in xyz.xenondevs.particle.data.color with parameters of type ParticleEffectModifier and TypeMethodDescriptionvoidNoteColor.setEffect(ParticleEffect effect) Sets theParticleEffect.