Uses of Enum Class
org.strassburger.lifestealz.util.customblocks.ParticleColor
Packages that use ParticleColor
Package
Description
-
Uses of ParticleColor in org.strassburger.lifestealz.util.customblocks
Methods in org.strassburger.lifestealz.util.customblocks that return ParticleColorModifier and TypeMethodDescriptionstatic ParticleColor
ParticleColor.fromString
(String colorName) Returns a ParticleColor based on the given color name.static ParticleColor
Returns 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 org.strassburger.lifestealz.util.customblocks with parameters of type ParticleColorModifier and TypeMethodDescriptionvoid
ReviveBeaconEffectManager.startRevivingEffects
(org.bukkit.Location location, boolean showLaser, boolean showParticleRing, ParticleColor particleColor, org.bukkit.Material innerLaserMaterial, org.bukkit.Material outerLaserMaterial) Starts the reviving particle effects for a Revive Beacon at the specified location. -
Uses of ParticleColor in org.strassburger.lifestealz.util.customitems.customitemdata
Methods in org.strassburger.lifestealz.util.customitems.customitemdata that return ParticleColor