Uses of Enum Class
zombie.entity.components.fluids.FluidCategory
Packages that use FluidCategory
-
Uses of FluidCategory in generation.builders
Methods in generation.builders with parameters of type FluidCategoryModifier and TypeMethodDescriptionBlendWhiteListBuilder.addCategories
(FluidCategory... fluidCategorys) FluidBuilder.addCategories
(FluidCategory... fluidCategorys) RecipeInputFluidBuilder.category
(FluidCategory... fluidCategorys) -
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 arg0) 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 arg0) boolean
FluidFilter.contains
(FluidCategory arg0) boolean
FluidContainer.isAllCategory
(FluidCategory arg0) boolean
Fluid.isCategory
(FluidCategory arg0) boolean
FluidContainer.isCategory
(FluidCategory arg0) FluidFilter.remove
(FluidCategory arg0) -
Uses of FluidCategory in zombie.scripting.objects
Methods in zombie.scripting.objects that return types with arguments of type FluidCategory