Uses of Class
dev.wyck.worldgen.feature.configurations.LakeFeatureConfiguration.Builder
Packages that use LakeFeatureConfiguration.Builder
-
Uses of LakeFeatureConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return LakeFeatureConfiguration.BuilderModifier and TypeMethodDescriptionLakeFeatureConfiguration.Builder.barrier(BlockStateProvider barrier) Sets the barrier provider.LakeFeatureConfiguration.builder()Creates a new builder.LakeFeatureConfiguration.Builder.canPlaceOn(BlockPredicate canPlaceOn) Sets the predicate describing the block that the feature can be placed on.LakeFeatureConfiguration.Builder.canReplaceWithAirOrFluid(BlockPredicate canReplaceWithAirOrFluid) Sets the predicate describing the block that the feature can replace with air or the providedfluidblock.LakeFeatureConfiguration.Builder.canReplaceWithBarrier(BlockPredicate canReplaceWithBarrier) Sets the predicate describing the block that the feature can replace with the providedbarrierblock.LakeFeatureConfiguration.Builder.fluid(BlockStateProvider fluid) Sets the fluid provider.FeatureConfiguration.lake()Creates a builder for aLakeFeatureConfiguration.default LakeFeatureConfiguration.BuilderLakeFeatureConfiguration.toBuilder()Converts this object back to a builder.