Uses of Enum Class
zombie.entity.components.fluids.FluidType
Packages that use FluidType
Package
Description
-
Uses of FluidType in zombie.entity.components.fluids
Subclasses with type arguments of type FluidType in zombie.entity.components.fluidsMethods in zombie.entity.components.fluids that return FluidTypeModifier and TypeMethodDescriptionstatic FluidType
FluidType.FromId
(byte byte0) static FluidType
FluidType.FromNameLower
(String string) Fluid.getFluidType()
static FluidType
Returns the enum constant of this class with the specified name.static FluidType[]
FluidType.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 FluidType -
Uses of FluidType in zombie.iso
Methods in zombie.iso with parameters of type FluidType -
Uses of FluidType in zombie.iso.objects
Methods in zombie.iso.objects with parameters of type FluidType -
Uses of FluidType in zombie.scripting.objects
Methods in zombie.scripting.objects that return FluidType