Uses of Class
dev.wyck.worldgen.material.FluidState.Builder
Packages that use FluidState.Builder
-
Uses of FluidState.Builder in dev.wyck.worldgen.material
Methods in dev.wyck.worldgen.material that return FluidState.BuilderModifier and TypeMethodDescriptionFluidState.Builder.amount(int amount) Marks the built state as flowing with the given amount.static FluidState.BuilderFluidState.builder()Creates a new fluid state builder.FluidState.Builder.falling(boolean falling) Sets whether the fluid in the built state is falling.Sets the fluid of this builder.FluidState.Builder.source()Marks the built state as a source block.default FluidState.BuilderFluidState.toBuilder()Converts this fluid state into a builder.