Uses of Class
xyz.xenondevs.particle.data.color.ParticleColor
Packages that use ParticleColor
-
Uses of ParticleColor in xyz.xenondevs.particle
Methods in xyz.xenondevs.particle with parameters of type ParticleColorModifier and TypeMethodDescriptionvoidParticleEffect.display(org.bukkit.Location location, ParticleColor color) Displays the currentParticleEffect.voidParticleEffect.display(org.bukkit.Location location, ParticleColor color, Collection<? extends org.bukkit.entity.Player> players) Displays the currentParticleEffect.voidParticleEffect.display(org.bukkit.Location location, ParticleColor color, Predicate filter) Displays the currentParticleEffect.voidParticleEffect.display(org.bukkit.Location location, ParticleColor color, org.bukkit.entity.Player... players) Displays the currentParticleEffect.booleanParticleEffect.isCorrectColor(ParticleColor color) Checks if the currentParticleEffectinstance needs the givenParticleColor. -
Uses of ParticleColor in xyz.xenondevs.particle.data.color
Subclasses of ParticleColor in xyz.xenondevs.particle.data.colorModifier and TypeClassDescriptionfinal classThisDustDataimplementation is solely built for theParticleEffect.DUST_COLOR_TRANSITIONeffect.classThe DustData class holds information on the colors and size of various dust particles.final classAn implementation of theParticleColorclass to support note colors.classAn implementation of theParticleColorclass that supports normal RGB values.