Uses of Enum Class
dev.wyck.worldgen.material.FluidType
Packages that use FluidType
-
Uses of FluidType in dev.wyck.worldgen.blockpredicates
Methods in dev.wyck.worldgen.blockpredicates that return types with arguments of type FluidTypeMethods in dev.wyck.worldgen.blockpredicates with parameters of type FluidTypeModifier and TypeMethodDescriptionAdds a fluid to match against.Adds multiple fluids to match against.Sets the fluids to match against.Method parameters in dev.wyck.worldgen.blockpredicates with type arguments of type FluidTypeModifier and TypeMethodDescriptionSets the fluids to match against.static MatchingFluidsPredicateCreates a new matching fluids predicate with a zero offset.static MatchingFluidsPredicateMatchingFluidsPredicate.of(BlockVector offset, List<FluidType> fluids) Creates a new matching fluids predicate. -
Uses of FluidType in dev.wyck.worldgen.material
Subclasses with type arguments of type FluidType in dev.wyck.worldgen.materialClasses in dev.wyck.worldgen.material that implement interfaces with type arguments of type FluidTypeFields in dev.wyck.worldgen.material with type parameters of type FluidTypeModifier and TypeFieldDescriptionstatic final RegisteredConstantTranslator<FluidType> FluidType.TRANSLATORMethods in dev.wyck.worldgen.material that return FluidTypeModifier and TypeMethodDescriptionFluidState.fluid()The fluid this state belongs to.static FluidTypeReturns 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 dev.wyck.worldgen.material that return types with arguments of type FluidTypeMethods in dev.wyck.worldgen.material with parameters of type FluidTypeModifier and TypeMethodDescriptionstatic FluidStateCreates a non-falling flowing state of the given fluid.static FluidStateCreates a flowing state of the given fluid.Sets the fluid of this builder.static FluidStateCreates a source state of the given fluid.static FluidStateCreates a source state of the given fluid.