Uses of Interface
dev.wyck.worldgen.chunk.flat.FlatLayerInfo
Packages that use FlatLayerInfo
-
Uses of FlatLayerInfo in dev.wyck.worldgen.chunk.flat
Methods in dev.wyck.worldgen.chunk.flat that return FlatLayerInfoModifier and TypeMethodDescriptionFlatLayerInfo.Builder.build()Builds the FlatLayerInfo.static FlatLayerInfoReads Minecraft flat-layer information.static FlatLayerInfoCreates a new FlatLayerInfo.Methods in dev.wyck.worldgen.chunk.flat that return types with arguments of type FlatLayerInfoModifier and TypeMethodDescriptionFlatLevelGeneratorSettings.layers()Returns the list of layers.Method parameters in dev.wyck.worldgen.chunk.flat with type arguments of type FlatLayerInfoModifier and TypeMethodDescriptionFlatLevelGeneratorSettings.Builder.layers(List<FlatLayerInfo> layers) Sets the layers.static FlatLevelGeneratorSettingsFlatLevelGeneratorSettings.of(List<FlatLayerInfo> layers, boolean decoration, boolean addLakes, Biome biome, Biome fallbackBiome, List<PlacedFeature> lakes, @Nullable Set<ResourceKey> structures) Creates a new FlatLevelGeneratorSettings.Constructors in dev.wyck.worldgen.chunk.flat with parameters of type FlatLayerInfo