Uses of Enum Class
zombie.entity.components.fluids.PoisonEffect
Packages that use PoisonEffect
-
Uses of PoisonEffect in generation.builders
Methods in generation.builders with parameters of type PoisonEffect -
Uses of PoisonEffect in zombie.entity.components.fluids
Subclasses with type arguments of type PoisonEffect in zombie.entity.components.fluidsMethods in zombie.entity.components.fluids that return PoisonEffectModifier and TypeMethodDescriptionstatic PoisonEffect
PoisonEffect.FromLevel
(int arg0) static PoisonEffect
PoisonEffect.FromNameLower
(String arg0) FluidConsume.getPoisonEffect()
FluidContainer.getPoisonEffect()
PoisonInfo.getPoisonEffect
(float arg0, float arg1) static PoisonEffect
Returns the enum constant of this class with the specified name.static PoisonEffect[]
PoisonEffect.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PoisonEffect in zombie.scripting.objects
Methods in zombie.scripting.objects that return PoisonEffect