Uses of Record Class
net.minecraft.world.gen.FlatLevelGeneratorPreset
Packages that use FlatLevelGeneratorPreset
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of FlatLevelGeneratorPreset in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as FlatLevelGeneratorPresetModifier and TypeFieldDescriptionprivate final FlatLevelGeneratorPresetPresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry.presetConstructor 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.VISIBLEMethods 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 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_PITstatic final RegistryKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.CLASSIC_FLATstatic final com.mojang.serialization.Codec<FlatLevelGeneratorPreset>FlatLevelGeneratorPreset.CODECstatic final RegistryKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.DESERTstatic final com.mojang.serialization.Codec<RegistryEntry<FlatLevelGeneratorPreset>>FlatLevelGeneratorPreset.ENTRY_CODECprivate final class_7891<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.Registrar.field_40917static final RegistryKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.OVERWORLDstatic final RegistryKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.REDSTONE_READYstatic final RegistryKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.SNOWY_KINGDOMstatic final RegistryKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.THE_VOIDstatic final RegistryKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.TUNNELERS_DREAMstatic final RegistryKey<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.WATER_WORLDMethods in net.minecraft.world.gen that return types with arguments of type FlatLevelGeneratorPresetMethod parameters in net.minecraft.world.gen with type arguments of type FlatLevelGeneratorPresetModifier and TypeMethodDescriptionprivate voidFlatLevelGeneratorPresets.Registrar.createAndRegister(RegistryKey<FlatLevelGeneratorPreset> registryKey, ItemConvertible icon, RegistryKey<Biome> biome, Set<RegistryKey<StructureSet>> set, boolean hasFeatures, boolean hasLakes, FlatChunkGeneratorLayer[] layers) static voidFlatLevelGeneratorPresets.initAndGetDefault(class_7891<FlatLevelGeneratorPreset> class_7891) Constructor parameters in net.minecraft.world.gen with type arguments of type FlatLevelGeneratorPresetModifierConstructorDescription(package private)Registrar(class_7891<FlatLevelGeneratorPreset> class_7891)