Uses of Enum Class
com.zetaplugins.lifestealz.util.customblocks.ParticleColor
Packages that use ParticleColor
Package
Description
-
Uses of ParticleColor in com.zetaplugins.lifestealz.util.customblocks
Methods in com.zetaplugins.lifestealz.util.customblocks that return ParticleColorModifier and TypeMethodDescriptionstatic ParticleColorParticleColor.fromString(String colorName) Returns a ParticleColor based on the given color name.static ParticleColorReturns the enum constant of this class with the specified name.static ParticleColor[]ParticleColor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.zetaplugins.lifestealz.util.customblocks with parameters of type ParticleColorModifier and TypeMethodDescriptionvoidReviveBeaconEffectManager.startRevivingEffects(Location location, String target, boolean showLaser, boolean showParticleRing, ParticleColor particleColor, Material innerLaserMaterial, Material outerLaserMaterial, int reviveTime) Starts the reviving particle effects for a Revive Beacon at the specified location. -
Uses of ParticleColor in com.zetaplugins.lifestealz.util.customitems.customitemdata
Methods in com.zetaplugins.lifestealz.util.customitems.customitemdata that return ParticleColor