Uses of Record Class
dev.wyck.worldgen.feature.configurations.BlockColumnConfiguration.Layer
Packages that use BlockColumnConfiguration.Layer
-
Uses of BlockColumnConfiguration.Layer in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return BlockColumnConfiguration.LayerModifier and TypeMethodDescriptionBlockColumnConfiguration.layer(IntProvider height, BlockStateProvider state) Creates a new layer for a block column.Methods in dev.wyck.worldgen.feature.configurations that return types with arguments of type BlockColumnConfiguration.LayerMethods in dev.wyck.worldgen.feature.configurations with parameters of type BlockColumnConfiguration.LayerModifier and TypeMethodDescriptionBlockColumnConfiguration.Builder.layers(BlockColumnConfiguration.Layer... layers) Adds one or more layers to the column.Method parameters in dev.wyck.worldgen.feature.configurations with type arguments of type BlockColumnConfiguration.LayerModifier and TypeMethodDescriptionBlockColumnConfiguration.Builder.layers(List<BlockColumnConfiguration.Layer> layers) Sets the layers of the column, replacing any existing layers.static BlockColumnConfigurationBlockColumnConfiguration.of(List<BlockColumnConfiguration.Layer> layers, BlockFace direction, BlockPredicate allowedPlacement, boolean prioritizeTip) Creates a new block column configuration.