Uses of Interface
dev.wyck.worldgen.feature.configurations.BlockColumnConfiguration
Packages that use BlockColumnConfiguration
-
Uses of BlockColumnConfiguration in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return BlockColumnConfigurationModifier and TypeMethodDescriptionBlockColumnConfiguration.Builder.build()Builds the configuration.static BlockColumnConfigurationBlockColumnConfiguration.of(List<BlockColumnConfiguration.Layer> layers, BlockFace direction, BlockPredicate allowedPlacement, boolean prioritizeTip) Creates a new block column configuration.static BlockColumnConfigurationBlockColumnConfiguration.simple(IntProvider height, BlockStateProvider state) Creates a block column configuration consisting of a single layer.Constructors in dev.wyck.worldgen.feature.configurations with parameters of type BlockColumnConfiguration