Uses of Record Class
net.minecraft.world.gen.FlatLevelGeneratorPreset
Packages that use FlatLevelGeneratorPreset
Package
Description
-
Uses of FlatLevelGeneratorPreset in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as FlatLevelGeneratorPresetModifier and TypeFieldDescriptionprivate final FlatLevelGeneratorPreset
PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry.preset
Constructor parameters in net.minecraft.client.gui.screen with type arguments of type FlatLevelGeneratorPresetModifierConstructorDescription -
Uses of FlatLevelGeneratorPreset in net.minecraft.tag
Fields in net.minecraft.tag with type parameters of type FlatLevelGeneratorPresetModifier and TypeFieldDescriptionstatic final TagKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresetTags.VISIBLE
Methods in net.minecraft.tag that return types with arguments of type FlatLevelGeneratorPreset -
Uses of FlatLevelGeneratorPreset in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type FlatLevelGeneratorPresetModifier and TypeFieldDescriptionstatic final Registry<FlatLevelGeneratorPreset>
BuiltinRegistries.FLAT_LEVEL_GENERATOR_PRESET
static final RegistryKey<Registry<FlatLevelGeneratorPreset>>
Registry.FLAT_LEVEL_GENERATOR_PRESET_KEY
-
Uses of FlatLevelGeneratorPreset in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type FlatLevelGeneratorPresetModifier and TypeFieldDescriptionstatic final RegistryKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.BOTTOMLESS_PIT
static final RegistryKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.CLASSIC_FLAT
static final com.mojang.serialization.Codec<FlatLevelGeneratorPreset>
FlatLevelGeneratorPreset.CODEC
static final RegistryKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.DESERT
static final com.mojang.serialization.Codec<RegistryEntry<FlatLevelGeneratorPreset>>
FlatLevelGeneratorPreset.ENTRY_CODEC
private final Registry<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.Registrar.flatLevelGeneratorPresetRegistry
static final RegistryKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.OVERWORLD
static final RegistryKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.REDSTONE_READY
static final RegistryKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.SNOWY_KINGDOM
static final RegistryKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.THE_VOID
static final RegistryKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.TUNNELERS_DREAM
static final RegistryKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.WATER_WORLD
Methods in net.minecraft.world.gen that return types with arguments of type FlatLevelGeneratorPresetModifier and TypeMethodDescriptionprivate RegistryEntry<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.Registrar.createAndRegister
(RegistryKey<FlatLevelGeneratorPreset> registryKey, ItemConvertible icon, RegistryKey<Biome> biome, Set<RegistryKey<StructureSet>> structureSets, boolean hasFeatures, boolean hasLakes, FlatChunkGeneratorLayer[] layers) FlatLevelGeneratorPresets.initAndGetDefault
(Registry<FlatLevelGeneratorPreset> registry) FlatLevelGeneratorPresets.Registrar.initAndGetDefault()
private static RegistryKey<FlatLevelGeneratorPreset>
Method parameters in net.minecraft.world.gen with type arguments of type FlatLevelGeneratorPresetModifier and TypeMethodDescriptionprivate RegistryEntry<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.Registrar.createAndRegister
(RegistryKey<FlatLevelGeneratorPreset> registryKey, ItemConvertible icon, RegistryKey<Biome> biome, Set<RegistryKey<StructureSet>> structureSets, boolean hasFeatures, boolean hasLakes, FlatChunkGeneratorLayer[] layers) FlatLevelGeneratorPresets.initAndGetDefault
(Registry<FlatLevelGeneratorPreset> registry) Constructor parameters in net.minecraft.world.gen with type arguments of type FlatLevelGeneratorPresetModifierConstructorDescription(package private)
Registrar
(Registry<FlatLevelGeneratorPreset> registry)