Uses of Enum Class
zombie.entity.components.fluids.FluidCategory
Packages that use FluidCategory
-
Uses of FluidCategory in zombie.entity.components.fluids
Subclasses with type arguments of type FluidCategory in zombie.entity.components.fluidsMethods in zombie.entity.components.fluids that return FluidCategoryModifier and TypeMethodDescriptionstatic FluidCategory
FluidCategory.FromId
(byte byte0) static FluidCategory
Returns the enum constant of this class with the specified name.static FluidCategory[]
FluidCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.entity.components.fluids that return types with arguments of type FluidCategoryModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet
<FluidCategory> Fluid.getCategories()
static ArrayList
<FluidCategory> FluidCategory.getList()
Methods in zombie.entity.components.fluids with parameters of type FluidCategoryModifier and TypeMethodDescriptionFluidFilter.add
(FluidCategory fluidCategory) boolean
FluidFilter.contains
(FluidCategory fluidCategory) boolean
FluidContainer.isAllCategory
(FluidCategory fluidCategory) boolean
Fluid.isCategory
(FluidCategory fluidCategory) boolean
FluidContainer.isCategory
(FluidCategory fluidCategory) FluidFilter.remove
(FluidCategory fluidCategory) -
Uses of FluidCategory in zombie.scripting.objects
Methods in zombie.scripting.objects that return types with arguments of type FluidCategory