Uses of Enum Class
zombie.entity.components.fluids.PoisonEffect
Packages that use 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 int0) static PoisonEffect
PoisonEffect.FromNameLower
(String string) FluidConsume.getPoisonEffect()
FluidContainer.getPoisonEffect()
PoisonInfo.getPoisonEffect
(float float1, float float0) 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.Methods in zombie.entity.components.fluids with parameters of type PoisonEffectModifier and TypeMethodDescriptionprotected void
FluidConsume.setPoisonEffect
(PoisonEffect poisonEffectx) Constructors in zombie.entity.components.fluids with parameters of type PoisonEffectModifierConstructorDescriptionprotected
PoisonInfo
(Fluid fluidx, float float0, float float1, PoisonEffect poisonEffect) -
Uses of PoisonEffect in zombie.scripting.objects
Methods in zombie.scripting.objects that return PoisonEffect