Uses of Enum Class
hm.zelha.particlesfx.util.LiquidParticleState
Packages that use LiquidParticleState
Package
Description
-
Uses of LiquidParticleState in hm.zelha.particlesfx.particles
Methods in hm.zelha.particlesfx.particles that return LiquidParticleStateModifier and TypeMethodDescriptionParticleHoney.getLiquidState()ParticleLava.getLiquidState()ParticleNectar.getLiquidState()ParticleObsidianTear.getLiquidState()ParticleSporeBlossom.getLiquidState()ParticleWater.getLiquidState()Methods in hm.zelha.particlesfx.particles with parameters of type LiquidParticleStateModifier and TypeMethodDescriptionParticleHoney.setLiquidState(LiquidParticleState state) ParticleLava.setLiquidState(LiquidParticleState state) ParticleNectar.setLiquidState(LiquidParticleState state) ParticleObsidianTear.setLiquidState(LiquidParticleState state) ParticleSporeBlossom.setLiquidState(LiquidParticleState state) ParticleWater.setLiquidState(LiquidParticleState state) -
Uses of LiquidParticleState in hm.zelha.particlesfx.particles.parents
Methods in hm.zelha.particlesfx.particles.parents that return LiquidParticleStateMethods in hm.zelha.particlesfx.particles.parents with parameters of type LiquidParticleState -
Uses of LiquidParticleState in hm.zelha.particlesfx.util
Methods in hm.zelha.particlesfx.util that return LiquidParticleStateModifier and TypeMethodDescriptionstatic LiquidParticleStateReturns the enum constant of this class with the specified name.static LiquidParticleState[]LiquidParticleState.values()Returns an array containing the constants of this enum class, in the order they are declared.