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 FluidCategoryFluidCategory.FromId(byte arg0) static FluidCategoryReturns 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) booleanFluidFilter.contains(FluidCategory arg0) booleanFluidContainer.isAllCategory(FluidCategory arg0) booleanFluid.isCategory(FluidCategory arg0) booleanFluidContainer.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