Uses of Enum Class
dev.wyck.wrapper.worldgen.FluidType
Packages that use FluidType
-
Uses of FluidType in dev.wyck.wrapper.worldgen
Subclasses with type arguments of type FluidType in dev.wyck.wrapper.worldgenModifier and TypeClassDescriptionenumThe vanilla fluids a block predicate can match against.Methods in dev.wyck.wrapper.worldgen that return FluidTypeModifier and TypeMethodDescriptionstatic 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.wrapper.worldgen that return types with arguments of type FluidTypeModifier and TypeMethodDescriptionBlockPredicate.MatchingFluids.fluids()Returns the value of thefluidsrecord component.Methods in dev.wyck.wrapper.worldgen with parameters of type FluidTypeModifier and TypeMethodDescriptionstatic BlockPredicateBlockPredicate.matchesFluids(FluidType... fluids) Method parameters in dev.wyck.wrapper.worldgen with type arguments of type FluidTypeModifier and TypeMethodDescriptionstatic BlockPredicateBlockPredicate.matchesFluids(BlockVector offset, List<FluidType> fluids) Constructor parameters in dev.wyck.wrapper.worldgen with type arguments of type FluidTypeModifierConstructorDescriptionMatchingFluids(BlockVector offset, List<FluidType> fluids) Creates an instance of aMatchingFluidsrecord class.