Class CreateWorldScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.world.CreateWorldScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/world/CreateWorldScreenintermediary net/minecraft/class_525official fzl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprivate classprivate classNested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final Textprivate final CreateWorldCallback(package private) static final Text(package private) static final Textprivate static final intprivate static final intprivate static final intprivate static final int(package private) static final Textprivate final ThreePartsLayoutWidgetprivate static final Loggerprivate @Nullable ResourcePackManagerprivate static final Textprivate booleanprivate final SymlinkFinderstatic final Identifierprivate final TabManagerprivate @Nullable TabNavigationWidgetprivate static final String(package private) final WorldCreatorFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateCreateWorldScreen(MinecraftClient client, @Nullable Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> defaultWorldType, OptionalLong seed, CreateWorldCallback callback) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidapplyDataPacks(ResourcePackManager dataPackManager, boolean fromPackScreen, Consumer<DataConfiguration> configurationSetter) private voidvoidclose()private static voidcopyDataPack(Path srcFolder, Path destFolder, Path dataPackFile) copyDataPack(Path srcFolder, MinecraftClient client) static CreateWorldScreencreate(MinecraftClient client, @Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable Path dataPackTempDir) private voidcreateAndClearTempDir(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, LevelProperties levelProperties) private voidprivate LevelInfocreateLevelInfo(boolean debugWorld) private static SaveLoading.ServerConfigcreateServerConfig(ResourcePackManager dataPackManager, DataConfiguration dataConfiguration) private static Optional<LevelStorage.Session> createSession(MinecraftClient client, String worldDirectoryName, @Nullable Path dataPackTempDir) private @Nullable com.mojang.datafixers.util.Pair<Path, ResourcePackManager> getScannedPack(DataConfiguration dataConfiguration) protected voidinit()Called when a screen should be initialized.booleankeyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.void(package private) voidopenExperimentsScreen(DataConfiguration dataConfiguration) (package private) voidopenPackScreen(DataConfiguration dataConfiguration) voidvoidrender(DrawContext context, int mouseX, int mouseY, float delta) protected voidrenderDarkening(DrawContext context) protected voidThis should be overridden with a call toScreen.setInitialFocus(Element)to set the element that is initially focused.static voidshow(MinecraftClient client, @Nullable Screen parent) private static voidshow(MinecraftClient client, @Nullable Screen parent, Function<SaveLoading.LoadContextSupplierContext, WorldGenSettings> settingsSupplier, GeneratorOptionsFactory generatorOptionsFactory, RegistryKey<WorldPreset> presetKey, CreateWorldCallback callback) static voidshow(MinecraftClient client, @Nullable Screen parent, CreateWorldCallback callback) private static voidshowMessage(MinecraftClient client, Text text) static voidshowTestWorld(MinecraftClient client, @Nullable Screen parent) private booleanstartServer(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, SaveProperties saveProperties) private voidvalidateDataPacks(ResourcePackManager dataPackManager, DataConfiguration dataConfiguration, Consumer<DataConfiguration> configurationSetter) Methods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, removed, renderBackground, renderBackgroundTexture, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldHideStatusEffectHud, shouldPause, switchFocus, tick, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
getBorder, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
field_42165
private static final int field_42165- See Also:
- Mappings:
Namespace Name Mixin selector named field_42165Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;field_42165:Iintermediary field_42165Lnet/minecraft/class_525;field_42165:Iofficial bLfzl;b:I
-
field_42166
private static final int field_42166- See Also:
- Mappings:
Namespace Name Mixin selector named field_42166Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;field_42166:Iintermediary field_42166Lnet/minecraft/class_525;field_42166:Iofficial cLfzl;c:I
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/client/gui/screen/world/CreateWorldScreen;LOGGER:Lorg/slf4j/Logger;intermediary field_25480Lnet/minecraft/class_525;field_25480:Lorg/slf4j/Logger;official dLfzl;d:Lorg/slf4j/Logger;
-
TEMP_DIR_PREFIX
- See Also:
- Mappings:
Namespace Name Mixin selector named TEMP_DIR_PREFIXLnet/minecraft/client/gui/screen/world/CreateWorldScreen;TEMP_DIR_PREFIX:Ljava/lang/String;intermediary field_32434Lnet/minecraft/class_525;field_32434:Ljava/lang/String;official sLfzl;s:Ljava/lang/String;
-
GAME_MODE_TEXT
- Mappings:
Namespace Name Mixin selector named GAME_MODE_TEXTLnet/minecraft/client/gui/screen/world/CreateWorldScreen;GAME_MODE_TEXT:Lnet/minecraft/text/Text;intermediary field_25898Lnet/minecraft/class_525;field_25898:Lnet/minecraft/class_2561;official uLfzl;u:Lwp;
-
ENTER_NAME_TEXT
- Mappings:
Namespace Name Mixin selector named ENTER_NAME_TEXTLnet/minecraft/client/gui/screen/world/CreateWorldScreen;ENTER_NAME_TEXT:Lnet/minecraft/text/Text;intermediary field_26600Lnet/minecraft/class_525;field_26600:Lnet/minecraft/class_2561;official vLfzl;v:Lwp;
-
EXPERIMENTS_TEXT
- Mappings:
Namespace Name Mixin selector named EXPERIMENTS_TEXTLnet/minecraft/client/gui/screen/world/CreateWorldScreen;EXPERIMENTS_TEXT:Lnet/minecraft/text/Text;intermediary field_42501Lnet/minecraft/class_525;field_42501:Lnet/minecraft/class_2561;official wLfzl;w:Lwp;
-
ALLOW_COMMANDS_INFO_TEXT
- Mappings:
Namespace Name Mixin selector named ALLOW_COMMANDS_INFO_TEXTLnet/minecraft/client/gui/screen/world/CreateWorldScreen;ALLOW_COMMANDS_INFO_TEXT:Lnet/minecraft/text/Text;intermediary field_42169Lnet/minecraft/class_525;field_42169:Lnet/minecraft/class_2561;official xLfzl;x:Lwp;
-
PREPARING_TEXT
- Mappings:
Namespace Name Mixin selector named PREPARING_TEXTLnet/minecraft/client/gui/screen/world/CreateWorldScreen;PREPARING_TEXT:Lnet/minecraft/text/Text;intermediary field_37911Lnet/minecraft/class_525;field_37911:Lnet/minecraft/class_2561;official yLfzl;y:Lwp;
-
field_42170
private static final int field_42170- See Also:
- Mappings:
Namespace Name Mixin selector named field_42170Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;field_42170:Iintermediary field_42170Lnet/minecraft/class_525;field_42170:Iofficial zLfzl;z:I
-
field_42171
private static final int field_42171- See Also:
- Mappings:
Namespace Name Mixin selector named field_42171Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;field_42171:Iintermediary field_42171Lnet/minecraft/class_525;field_42171:Iofficial ALfzl;A:I
-
TAB_HEADER_BACKGROUND_TEXTURE
- Mappings:
Namespace Name Mixin selector named TAB_HEADER_BACKGROUND_TEXTURELnet/minecraft/client/gui/screen/world/CreateWorldScreen;TAB_HEADER_BACKGROUND_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_49902Lnet/minecraft/class_525;field_49902:Lnet/minecraft/class_2960;official aLfzl;a:Lakv;
-
layout
- Mappings:
Namespace Name Mixin selector named layoutLnet/minecraft/client/gui/screen/world/CreateWorldScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;intermediary field_49557Lnet/minecraft/class_525;field_49557:Lnet/minecraft/class_8132;official BLfzl;B:Lfsi;
-
worldCreator
- Mappings:
Namespace Name Mixin selector named worldCreatorLnet/minecraft/client/gui/screen/world/CreateWorldScreen;worldCreator:Lnet/minecraft/client/gui/screen/world/WorldCreator;intermediary field_42172Lnet/minecraft/class_525;field_42172:Lnet/minecraft/class_8100;official CLfzl;C:Lfzx;
-
tabManager
- Mappings:
Namespace Name Mixin selector named tabManagerLnet/minecraft/client/gui/screen/world/CreateWorldScreen;tabManager:Lnet/minecraft/client/gui/tab/TabManager;intermediary field_42173Lnet/minecraft/class_525;field_42173:Lnet/minecraft/class_8088;official DLfzl;D:Lfqy;
-
recreated
private boolean recreated- Mappings:
Namespace Name Mixin selector named recreatedLnet/minecraft/client/gui/screen/world/CreateWorldScreen;recreated:Zintermediary field_42502Lnet/minecraft/class_525;field_42502:Zofficial ELfzl;E:Z
-
symlinkFinder
- Mappings:
Namespace Name Mixin selector named symlinkFinderLnet/minecraft/client/gui/screen/world/CreateWorldScreen;symlinkFinder:Lnet/minecraft/util/path/SymlinkFinder;intermediary field_45568Lnet/minecraft/class_525;field_45568:Lnet/minecraft/class_8580;official FLfzl;F:Lfar;
-
callback
- Mappings:
Namespace Name Mixin selector named callbackLnet/minecraft/client/gui/screen/world/CreateWorldScreen;callback:Lnet/minecraft/client/gui/screen/world/CreateWorldCallback;intermediary field_54390Lnet/minecraft/class_525;field_54390:Lnet/minecraft/class_10241;official GLfzl;G:Lfzk;
-
parent
- Mappings:
Namespace Name Mixin selector named parentLnet/minecraft/client/gui/screen/world/CreateWorldScreen;parent:Lnet/minecraft/client/gui/screen/Screen;intermediary field_3187Lnet/minecraft/class_525;field_3187:Lnet/minecraft/class_437;official HLfzl;H:Lfum;
-
dataPackTempDir
- Mappings:
Namespace Name Mixin selector named dataPackTempDirLnet/minecraft/client/gui/screen/world/CreateWorldScreen;dataPackTempDir:Ljava/nio/file/Path;intermediary field_25477Lnet/minecraft/class_525;field_25477:Ljava/nio/file/Path;official ILfzl;I:Ljava/nio/file/Path;
-
packManager
- Mappings:
Namespace Name Mixin selector named packManagerLnet/minecraft/client/gui/screen/world/CreateWorldScreen;packManager:Lnet/minecraft/resource/ResourcePackManager;intermediary field_25792Lnet/minecraft/class_525;field_25792:Lnet/minecraft/class_3283;official JLfzl;J:Laua;
-
-
Constructor Details
-
CreateWorldScreen
private CreateWorldScreen(MinecraftClient client, @Nullable @Nullable Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> defaultWorldType, OptionalLong seed, CreateWorldCallback callback) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/world/GeneratorOptionsHolder;Ljava/util/Optional;Ljava/util/OptionalLong;Lnet/minecraft/client/gui/screen/world/CreateWorldCallback;)Vintermediary <init>Lnet/minecraft/class_525;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_437;Lnet/minecraft/class_7193;Ljava/util/Optional;Ljava/util/OptionalLong;Lnet/minecraft/class_10241;)Vofficial <init>Lfzl;<init>(Lflk;Lfum;Lfzv;Ljava/util/Optional;Ljava/util/OptionalLong;Lfzk;)V
-
-
Method Details
-
show
- Mappings:
Namespace Name Mixin selector named showLnet/minecraft/client/gui/screen/world/CreateWorldScreen;show(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/Screen;)Vintermediary method_31130Lnet/minecraft/class_525;method_31130(Lnet/minecraft/class_310;Lnet/minecraft/class_437;)Vofficial aLfzl;a(Lflk;Lfum;)V
-
show
public static void show(MinecraftClient client, @Nullable @Nullable Screen parent, CreateWorldCallback callback) - Mappings:
Namespace Name Mixin selector named showLnet/minecraft/client/gui/screen/world/CreateWorldScreen;show(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/gui/screen/world/CreateWorldCallback;)Vintermediary method_64368Lnet/minecraft/class_525;method_64368(Lnet/minecraft/class_310;Lnet/minecraft/class_437;Lnet/minecraft/class_10241;)Vofficial aLfzl;a(Lflk;Lfum;Lfzk;)V
-
showTestWorld
- Mappings:
Namespace Name Mixin selector named showTestWorldLnet/minecraft/client/gui/screen/world/CreateWorldScreen;showTestWorld(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/Screen;)Vintermediary method_64248Lnet/minecraft/class_525;method_64248(Lnet/minecraft/class_310;Lnet/minecraft/class_437;)Vofficial bLfzl;b(Lflk;Lfum;)V
-
show
private static void show(MinecraftClient client, @Nullable @Nullable Screen parent, Function<SaveLoading.LoadContextSupplierContext, WorldGenSettings> settingsSupplier, GeneratorOptionsFactory generatorOptionsFactory, RegistryKey<WorldPreset> presetKey, CreateWorldCallback callback) - Mappings:
Namespace Name Mixin selector named showLnet/minecraft/client/gui/screen/world/CreateWorldScreen;show(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/Screen;Ljava/util/function/Function;Lnet/minecraft/client/world/GeneratorOptionsFactory;Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/client/gui/screen/world/CreateWorldCallback;)Vintermediary method_64244Lnet/minecraft/class_525;method_64244(Lnet/minecraft/class_310;Lnet/minecraft/class_437;Ljava/util/function/Function;Lnet/minecraft/class_10221;Lnet/minecraft/class_5321;Lnet/minecraft/class_10241;)Vofficial aLfzl;a(Lflk;Lfum;Ljava/util/function/Function;Lfzw;Laku;Lfzk;)V
-
create
public static CreateWorldScreen create(MinecraftClient client, @Nullable @Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable @Nullable Path dataPackTempDir) - Mappings:
Namespace Name Mixin selector named createLnet/minecraft/client/gui/screen/world/CreateWorldScreen;create(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/world/level/LevelInfo;Lnet/minecraft/client/world/GeneratorOptionsHolder;Ljava/nio/file/Path;)Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;intermediary method_40212Lnet/minecraft/class_525;method_40212(Lnet/minecraft/class_310;Lnet/minecraft/class_437;Lnet/minecraft/class_1940;Lnet/minecraft/class_7193;Ljava/nio/file/Path;)Lnet/minecraft/class_525;official aLfzl;a(Lflk;Lfum;Ldgn;Lfzv;Ljava/nio/file/Path;)Lfzl;
-
getWorldCreator
- Mappings:
Namespace Name Mixin selector named getWorldCreatorLnet/minecraft/client/gui/screen/world/CreateWorldScreen;getWorldCreator()Lnet/minecraft/client/gui/screen/world/WorldCreator;intermediary method_48657Lnet/minecraft/class_525;method_48657()Lnet/minecraft/class_8100;official mLfzl;m()Lfzx;
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
setInitialFocus
protected void setInitialFocus()This should be overridden with a call toScreen.setInitialFocus(Element)to set the element that is initially focused.- Overrides:
setInitialFocusin classScreen- Mappings:
Namespace Name Mixin selector named setInitialFocusLnet/minecraft/client/gui/screen/Screen;setInitialFocus()Vintermediary method_56131Lnet/minecraft/class_437;method_56131()Vofficial aF_Lfum;aF_()V
-
refreshWidgetPositions
public void refreshWidgetPositions()- Overrides:
refreshWidgetPositionsin classScreen- Mappings:
Namespace Name Mixin selector named refreshWidgetPositionsLnet/minecraft/client/gui/screen/Screen;refreshWidgetPositions()Vintermediary method_48640Lnet/minecraft/class_437;method_48640()Vofficial cLfum;c()V
-
showMessage
- Mappings:
Namespace Name Mixin selector named showMessageLnet/minecraft/client/gui/screen/world/CreateWorldScreen;showMessage(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/text/Text;)Vintermediary method_41852Lnet/minecraft/class_525;method_41852(Lnet/minecraft/class_310;Lnet/minecraft/class_2561;)Vofficial aLfzl;a(Lflk;Lwp;)V
-
createLevel
private void createLevel()- Mappings:
Namespace Name Mixin selector named createLevelLnet/minecraft/client/gui/screen/world/CreateWorldScreen;createLevel()Vintermediary method_2736Lnet/minecraft/class_525;method_2736()Vofficial FLfzl;F()V
-
createAndClearTempDir
private void createAndClearTempDir(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, LevelProperties levelProperties) - Mappings:
Namespace Name Mixin selector named createAndClearTempDirLnet/minecraft/client/gui/screen/world/CreateWorldScreen;createAndClearTempDir(Lnet/minecraft/registry/CombinedDynamicRegistries;Lnet/minecraft/world/level/LevelProperties;)Vintermediary method_64370Lnet/minecraft/class_525;method_64370(Lnet/minecraft/class_7780;Lnet/minecraft/class_31;)Vofficial aLfzl;a(Ljy;Levk;)V
-
startServer
private boolean startServer(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, SaveProperties saveProperties) - Mappings:
Namespace Name Mixin selector named startServerLnet/minecraft/client/gui/screen/world/CreateWorldScreen;startServer(Lnet/minecraft/registry/CombinedDynamicRegistries;Lnet/minecraft/world/SaveProperties;)Zintermediary method_41847Lnet/minecraft/class_525;method_41847(Lnet/minecraft/class_7780;Lnet/minecraft/class_5219;)Zofficial aLfzl;a(Ljy;Levm;)Z
-
createLevelInfo
- Mappings:
Namespace Name Mixin selector named createLevelInfoLnet/minecraft/client/gui/screen/world/CreateWorldScreen;createLevelInfo(Z)Lnet/minecraft/world/level/LevelInfo;intermediary method_40213Lnet/minecraft/class_525;method_40213(Z)Lnet/minecraft/class_1940;official cLfzl;c(Z)Ldgn;
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFWclass.- Specified by:
keyPressedin interfaceElement- Specified by:
keyPressedin interfaceParentElement- Overrides:
keyPressedin classScreen- Parameters:
keyCode- the named key code of the event as described in theGLFWclassscanCode- the unique/platform-specific scan code of the keyboard inputmodifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Zofficial aLfqr;a(III)Z
-
close
public void close() -
onCloseScreen
public void onCloseScreen()- Mappings:
Namespace Name Mixin selector named onCloseScreenLnet/minecraft/client/gui/screen/world/CreateWorldScreen;onCloseScreen()Vintermediary method_30297Lnet/minecraft/class_525;method_30297()Vofficial ELfzl;E()V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vofficial aLfpx;a(Lfof;IIF)V
-
renderDarkening
- Overrides:
renderDarkeningin classScreen- Mappings:
Namespace Name Mixin selector named renderDarkeningLnet/minecraft/client/gui/screen/Screen;renderDarkening(Lnet/minecraft/client/gui/DrawContext;)Vintermediary method_57735Lnet/minecraft/class_437;method_57735(Lnet/minecraft/class_332;)Vofficial aLfum;a(Lfof;)V
-
getOrCreateDataPackTempDir
- Mappings:
Namespace Name Mixin selector named getOrCreateDataPackTempDirLnet/minecraft/client/gui/screen/world/CreateWorldScreen;getOrCreateDataPackTempDir()Ljava/nio/file/Path;intermediary method_29693Lnet/minecraft/class_525;method_29693()Ljava/nio/file/Path;official GLfzl;G()Ljava/nio/file/Path;
-
openExperimentsScreen
- Mappings:
Namespace Name Mixin selector named openExperimentsScreenLnet/minecraft/client/gui/screen/world/CreateWorldScreen;openExperimentsScreen(Lnet/minecraft/resource/DataConfiguration;)Vintermediary method_49010Lnet/minecraft/class_525;method_49010(Lnet/minecraft/class_7712;)Vofficial aLfzl;a(Ldhg;)V
-
openPackScreen
- Mappings:
Namespace Name Mixin selector named openPackScreenLnet/minecraft/client/gui/screen/world/CreateWorldScreen;openPackScreen(Lnet/minecraft/resource/DataConfiguration;)Vintermediary method_29694Lnet/minecraft/class_525;method_29694(Lnet/minecraft/class_7712;)Vofficial bLfzl;b(Ldhg;)V
-
applyDataPacks
private void applyDataPacks(ResourcePackManager dataPackManager, boolean fromPackScreen, Consumer<DataConfiguration> configurationSetter) - Mappings:
Namespace Name Mixin selector named applyDataPacksLnet/minecraft/client/gui/screen/world/CreateWorldScreen;applyDataPacks(Lnet/minecraft/resource/ResourcePackManager;ZLjava/util/function/Consumer;)Vintermediary method_29682Lnet/minecraft/class_525;method_29682(Lnet/minecraft/class_3283;ZLjava/util/function/Consumer;)Vofficial aLfzl;a(Laua;ZLjava/util/function/Consumer;)V
-
validateDataPacks
private void validateDataPacks(ResourcePackManager dataPackManager, DataConfiguration dataConfiguration, Consumer<DataConfiguration> configurationSetter) - Mappings:
Namespace Name Mixin selector named validateDataPacksLnet/minecraft/client/gui/screen/world/CreateWorldScreen;validateDataPacks(Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/resource/DataConfiguration;Ljava/util/function/Consumer;)Vintermediary method_45679Lnet/minecraft/class_525;method_45679(Lnet/minecraft/class_3283;Lnet/minecraft/class_7712;Ljava/util/function/Consumer;)Vofficial aLfzl;a(Laua;Ldhg;Ljava/util/function/Consumer;)V
-
createServerConfig
private static SaveLoading.ServerConfig createServerConfig(ResourcePackManager dataPackManager, DataConfiguration dataConfiguration) - Mappings:
Namespace Name Mixin selector named createServerConfigLnet/minecraft/client/gui/screen/world/CreateWorldScreen;createServerConfig(Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/resource/DataConfiguration;)Lnet/minecraft/server/SaveLoading$ServerConfig;intermediary method_41849Lnet/minecraft/class_525;method_41849(Lnet/minecraft/class_3283;Lnet/minecraft/class_7712;)Lnet/minecraft/class_7237$class_6906;official aLfzl;a(Laua;Ldhg;)Lalt$c;
-
clearDataPackTempDir
private void clearDataPackTempDir()- Mappings:
Namespace Name Mixin selector named clearDataPackTempDirLnet/minecraft/client/gui/screen/world/CreateWorldScreen;clearDataPackTempDir()Vintermediary method_29695Lnet/minecraft/class_525;method_29695()Vofficial HLfzl;H()V
-
copyDataPack
- Mappings:
Namespace Name Mixin selector named copyDataPackLnet/minecraft/client/gui/screen/world/CreateWorldScreen;copyDataPack(Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/Path;)Vintermediary method_29687Lnet/minecraft/class_525;method_29687(Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/Path;)Vofficial aLfzl;a(Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/Path;)V
-
createSession
private static Optional<LevelStorage.Session> createSession(MinecraftClient client, String worldDirectoryName, @Nullable @Nullable Path dataPackTempDir) - Mappings:
Namespace Name Mixin selector named createSessionLnet/minecraft/client/gui/screen/world/CreateWorldScreen;createSession(Lnet/minecraft/client/MinecraftClient;Ljava/lang/String;Ljava/nio/file/Path;)Ljava/util/Optional;intermediary method_41848Lnet/minecraft/class_525;method_41848(Lnet/minecraft/class_310;Ljava/lang/String;Ljava/nio/file/Path;)Ljava/util/Optional;official aLfzl;a(Lflk;Ljava/lang/String;Ljava/nio/file/Path;)Ljava/util/Optional;
-
copyDataPack
- Mappings:
Namespace Name Mixin selector named copyDataPackLnet/minecraft/client/gui/screen/world/CreateWorldScreen;copyDataPack(Ljava/nio/file/Path;Lnet/minecraft/client/MinecraftClient;)Ljava/nio/file/Path;intermediary method_29685Lnet/minecraft/class_525;method_29685(Ljava/nio/file/Path;Lnet/minecraft/class_310;)Ljava/nio/file/Path;official aLfzl;a(Ljava/nio/file/Path;Lflk;)Ljava/nio/file/Path;
-
getScannedPack
@Nullable private @Nullable com.mojang.datafixers.util.Pair<Path,ResourcePackManager> getScannedPack(DataConfiguration dataConfiguration) - Mappings:
Namespace Name Mixin selector named getScannedPackLnet/minecraft/client/gui/screen/world/CreateWorldScreen;getScannedPack(Lnet/minecraft/resource/DataConfiguration;)Lcom/mojang/datafixers/util/Pair;intermediary method_30296Lnet/minecraft/class_525;method_30296(Lnet/minecraft/class_7712;)Lcom/mojang/datafixers/util/Pair;official cLfzl;c(Ldhg;)Lcom/mojang/datafixers/util/Pair;
-