Uses of Interface
net.minecraft.client.gui.screens.worldselection.WorldPreset.PresetEditor
Packages that use WorldPreset.PresetEditor
-
Uses of WorldPreset.PresetEditor in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection with type parameters of type WorldPreset.PresetEditorModifier and TypeFieldDescriptionprotected static final Map<Optional<WorldPreset>,
WorldPreset.PresetEditor> WorldPreset.EDITORS
-
Uses of WorldPreset.PresetEditor in net.minecraftforge.client
Fields in net.minecraftforge.client with type parameters of type WorldPreset.PresetEditorModifier and TypeFieldDescriptionprivate static final Map<ForgeWorldPreset,
WorldPreset.PresetEditor> ForgeWorldPresetScreens.GENERATOR_SCREEN_FACTORIES
Methods in net.minecraftforge.client that return WorldPreset.PresetEditorModifier and TypeMethodDescriptionstatic WorldPreset.PresetEditor
ForgeHooksClient.getPresetEditor
(Optional<WorldPreset> generator, WorldPreset.PresetEditor biomegeneratortypescreens$ifactory) (package private) static WorldPreset.PresetEditor
ForgeWorldPresetScreens.getPresetEditor
(Optional<WorldPreset> generator, WorldPreset.PresetEditor biomegeneratortypescreens$ifactory) Methods in net.minecraftforge.client with parameters of type WorldPreset.PresetEditorModifier and TypeMethodDescriptionstatic WorldPreset.PresetEditor
ForgeHooksClient.getPresetEditor
(Optional<WorldPreset> generator, WorldPreset.PresetEditor biomegeneratortypescreens$ifactory) (package private) static WorldPreset.PresetEditor
ForgeWorldPresetScreens.getPresetEditor
(Optional<WorldPreset> generator, WorldPreset.PresetEditor biomegeneratortypescreens$ifactory) static void
ForgeWorldPresetScreens.registerPresetEditor
(ForgeWorldPreset type, WorldPreset.PresetEditor factory)