Uses of Interface
dev.wyck.worldgen.material.FluidState
Packages that use FluidState
-
Uses of FluidState in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return FluidStateMethods in dev.wyck.worldgen.feature.configurations with parameters of type FluidStateModifier and TypeMethodDescriptionstatic SpringConfigurationSpringConfiguration.of(FluidState state, boolean requiresBlockBelow, int rockCount, int holeCount, Set<Material> validBlocks) Creates a new instance of this configuration.SpringConfiguration.Builder.state(FluidState state) Sets the fluid state. -
Uses of FluidState in dev.wyck.worldgen.material
Methods in dev.wyck.worldgen.material that return FluidStateModifier and TypeMethodDescriptionFluidState.Builder.build()Builds the fluid state.static FluidStateReads a Minecraft fluid state into a wrapper.static FluidStateFluidState.empty()The empty fluid state, holding no fluid.static FluidStateCreates a non-falling flowing state of the given fluid.static FluidStateCreates a flowing state of the given fluid.static FluidStateCreates a source state of the given fluid.static FluidStateCreates a source state of the given fluid.