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.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection with type parameters of type FlatLevelGeneratorPresetModifier and TypeFieldDescriptionprivate final ResourceKey<FlatLevelGeneratorPreset> InitialWorldCreationOptions.flatLevelPresetThe field for theflatLevelPresetrecord component.Methods in net.minecraft.client.gui.screens.worldselection that return types with arguments of type FlatLevelGeneratorPresetModifier and TypeMethodDescriptionInitialWorldCreationOptions.flatLevelPreset()Returns the value of theflatLevelPresetrecord component.Constructor parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type FlatLevelGeneratorPresetModifierConstructorDescriptionInitialWorldCreationOptions(WorldCreationUiState.SelectedGameMode selectedGameMode, Set<GameRules.Key<GameRules.BooleanValue>> disabledGameRules, ResourceKey<FlatLevelGeneratorPreset> flatLevelPreset) Creates an instance of aInitialWorldCreationOptionsrecord class. -
Uses of FlatLevelGeneratorPreset in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type FlatLevelGeneratorPresetModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<FlatLevelGeneratorPreset>> Registries.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.CODECprivate final BootstrapContext<FlatLevelGeneratorPreset> FlatLevelGeneratorPresets.Bootstrap.contextstatic final ResourceKey<FlatLevelGeneratorPreset> FlatLevelGeneratorPresets.DESERTstatic final com.mojang.serialization.Codec<FlatLevelGeneratorPreset> FlatLevelGeneratorPreset.DIRECT_CODECstatic final ResourceKey<FlatLevelGeneratorPreset> FlatLevelGeneratorPresets.OVERWORLDstatic 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 FlatLevelGeneratorPresetMethod parameters in net.minecraft.world.level.levelgen.flat with type arguments of type FlatLevelGeneratorPresetModifier and TypeMethodDescriptionstatic voidFlatLevelGeneratorPresets.bootstrap(BootstrapContext<FlatLevelGeneratorPreset> pContext) private voidFlatLevelGeneratorPresets.Bootstrap.register(ResourceKey<FlatLevelGeneratorPreset> pPresetKey, ItemLike pDisplayItem, ResourceKey<Biome> pBiomeKey, Set<ResourceKey<StructureSet>> pStructureSetKeys, boolean pSetDecoration, boolean pAddLakes, FlatLayerInfo... pFlatLayerInfos) Constructor parameters in net.minecraft.world.level.levelgen.flat with type arguments of type FlatLevelGeneratorPresetModifierConstructorDescription(package private)Bootstrap(BootstrapContext<FlatLevelGeneratorPreset> pContext)