Uses of Record Class
net.minecraft.world.level.levelgen.flat.FlatLevelGeneratorPreset
Packages that use FlatLevelGeneratorPreset
Package
Description
-
Uses of FlatLevelGeneratorPreset in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as FlatLevelGeneratorPresetModifier and TypeFieldDescriptionprivate final FlatLevelGeneratorPresetPresetFlatWorldScreen.PresetsList.Entry.presetConstructor parameters in net.minecraft.client.gui.screens with type arguments of type FlatLevelGeneratorPreset -
Uses of FlatLevelGeneratorPreset in net.minecraft.core
Fields in net.minecraft.core with type parameters of type FlatLevelGeneratorPresetModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<FlatLevelGeneratorPreset>>Registry.FLAT_LEVEL_GENERATOR_PRESET_REGISTRY -
Uses of FlatLevelGeneratorPreset in net.minecraft.data
Fields in net.minecraft.data with type parameters of type FlatLevelGeneratorPresetModifier and TypeFieldDescriptionstatic final Registry<FlatLevelGeneratorPreset>BuiltinRegistries.FLAT_LEVEL_GENERATOR_PRESET -
Uses of FlatLevelGeneratorPreset in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type FlatLevelGeneratorPresetModifier and TypeFieldDescriptionstatic final TagKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresetTags.VISIBLEMethods in net.minecraft.tags that return types with arguments of type FlatLevelGeneratorPreset -
Uses of FlatLevelGeneratorPreset in net.minecraft.world.level.levelgen.flat
Fields in net.minecraft.world.level.levelgen.flat with type parameters of type FlatLevelGeneratorPresetModifier and TypeFieldDescriptionstatic final ResourceKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.BOTTOMLESS_PITstatic final ResourceKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.CLASSIC_FLATstatic final com.mojang.serialization.Codec<Holder<FlatLevelGeneratorPreset>>FlatLevelGeneratorPreset.CODECstatic final ResourceKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.DESERTstatic final com.mojang.serialization.Codec<FlatLevelGeneratorPreset>FlatLevelGeneratorPreset.DIRECT_CODECstatic final ResourceKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.OVERWORLDprivate final Registry<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.Bootstrap.presetsstatic final ResourceKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.REDSTONE_READYstatic final ResourceKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.SNOWY_KINGDOMstatic final ResourceKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.THE_VOIDstatic final ResourceKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.TUNNELERS_DREAMstatic final ResourceKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.WATER_WORLDMethods in net.minecraft.world.level.levelgen.flat that return types with arguments of type FlatLevelGeneratorPresetModifier and TypeMethodDescriptionstatic Holder<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.bootstrap(Registry<FlatLevelGeneratorPreset> p_226275_) private Holder<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.Bootstrap.register(ResourceKey<FlatLevelGeneratorPreset> p_226287_, ItemLike p_226288_, ResourceKey<Biome> p_226289_, Set<ResourceKey<StructureSet>> p_226290_, boolean p_226291_, boolean p_226292_, FlatLayerInfo... p_226293_) private static ResourceKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.Bootstrap.run()Method parameters in net.minecraft.world.level.levelgen.flat with type arguments of type FlatLevelGeneratorPresetModifier and TypeMethodDescriptionstatic Holder<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.bootstrap(Registry<FlatLevelGeneratorPreset> p_226275_) private Holder<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.Bootstrap.register(ResourceKey<FlatLevelGeneratorPreset> p_226287_, ItemLike p_226288_, ResourceKey<Biome> p_226289_, Set<ResourceKey<StructureSet>> p_226290_, boolean p_226291_, boolean p_226292_, FlatLayerInfo... p_226293_) Constructor parameters in net.minecraft.world.level.levelgen.flat with type arguments of type FlatLevelGeneratorPresetModifierConstructorDescription(package private)Bootstrap(Registry<FlatLevelGeneratorPreset> p_226282_)