Uses of Class
net.minecraft.world.gen.FlatLayerInfo
Packages that use FlatLayerInfo
-
Uses of FlatLayerInfo in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen that return FlatLayerInfoModifier and TypeMethodDescriptionprivate static FlatLayerInfoFlatPresetsScreen.getLayerInfoFromString(String p_238638_0_, int p_238638_1_) Methods in net.minecraft.client.gui.screen that return types with arguments of type FlatLayerInfoModifier and TypeMethodDescriptionprivate static List<FlatLayerInfo>FlatPresetsScreen.getLayersInfoFromString(String p_238637_0_) Methods in net.minecraft.client.gui.screen with parameters of type FlatLayerInfoModifier and TypeMethodDescriptionprivate static voidFlatPresetsScreen.preset(ITextComponent p_238640_0_, IItemProvider p_238640_1_, RegistryKey<Biome> p_238640_2_, List<Structure<?>> p_238640_3_, boolean p_238640_4_, boolean p_238640_5_, boolean p_238640_6_, FlatLayerInfo... p_238640_7_) -
Uses of FlatLayerInfo in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type FlatLayerInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FlatLayerInfo>FlatLayerInfo.CODECprivate final List<FlatLayerInfo>FlatGenerationSettings.layersInfoMethods in net.minecraft.world.gen that return types with arguments of type FlatLayerInfoMethod parameters in net.minecraft.world.gen with type arguments of type FlatLayerInfoModifier and TypeMethodDescriptionFlatGenerationSettings.withLayers(List<FlatLayerInfo> p_241527_1_, DimensionStructuresSettings p_241527_2_) Constructor parameters in net.minecraft.world.gen with type arguments of type FlatLayerInfoModifierConstructorDescriptionFlatGenerationSettings(Registry<Biome> p_i242012_1_, DimensionStructuresSettings p_i242012_2_, List<FlatLayerInfo> p_i242012_3_, boolean p_i242012_4_, boolean p_i242012_5_, Optional<Supplier<Biome>> p_i242012_6_)