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 official fomintermediary net/minecraft/class_525named net/minecraft/client/gui/screen/world/CreateWorldScreen
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprivate classprivate static final recordprivate classNested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final Text(package private) static final Text(package private) static final Textprivate static final intprivate static final intprivate static final intprivate static final intstatic final Identifier(package private) static final Textstatic final Identifierprivate final ThreePartsLayoutWidgetprivate static final Loggerprivate @Nullable ResourcePackManagerprivate static final Textprivate booleanprivate final SymlinkFinderprivate final TabManagerprivate @Nullable TabNavigationWidgetprivate static final String(package private) final WorldCreatorFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, MENU_BACKGROUND_TEXTURE, PANORAMA_OVERLAY_TEXTURE, 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) -
Method Summary
Modifier and TypeMethodDescriptionprotected <T extends Element & Drawable & Selectable>
TaddDrawableChild(T drawableElement) protected <T extends Element & Selectable>
TaddSelectableChild(T child) private 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 voidcreate(MinecraftClient client, @Nullable Screen parent) static CreateWorldScreencreate(MinecraftClient client, @Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable Path dataPackTempDir) private voidprivate LevelInfocreateLevelInfo(boolean debugWorld) private static SaveLoading.ServerConfigcreateServerConfig(ResourcePackManager dataPackManager, DataConfiguration dataConfiguration) private Optional<LevelStorage.Session> private @Nullable com.mojang.datafixers.util.Pair<Path, ResourcePackManager> getScannedPack(DataConfiguration dataConfiguration) protected voidinit()Called when a screen should be initialized.voidbooleankeyPressed(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) voidrender(DrawContext context, int mouseX, int mouseY, float delta) protected voidrenderDarkening(DrawContext context) protected voidprivate static voidshowMessage(MinecraftClient client, Text text) private voidstartServer(LevelProperties.SpecialProperty specialProperty, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, com.mojang.serialization.Lifecycle lifecycle) private voidvalidateDataPacks(ResourcePackManager dataPackManager, DataConfiguration dataConfiguration, Consumer<DataConfiguration> configurationSetter) Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addElementNarrations, addScreenNarrations, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenErrorMethods 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
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 official cLfom;c:Iintermediary field_42165Lnet/minecraft/class_525;field_42165:Inamed field_42165Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;field_42165:I
-
field_42166
private static final int field_42166- See Also:
- Mappings:
Namespace Name Mixin selector official dLfom;d:Iintermediary field_42166Lnet/minecraft/class_525;field_42166:Inamed field_42166Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;field_42166:I
-
LOGGER
- Mappings:
Namespace Name Mixin selector official oLfom;o:Lorg/slf4j/Logger;intermediary field_25480Lnet/minecraft/class_525;field_25480:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/client/gui/screen/world/CreateWorldScreen;LOGGER:Lorg/slf4j/Logger;
-
TEMP_DIR_PREFIX
- See Also:
- Mappings:
Namespace Name Mixin selector official pLfom;p:Ljava/lang/String;intermediary field_32434Lnet/minecraft/class_525;field_32434:Ljava/lang/String;named TEMP_DIR_PREFIXLnet/minecraft/client/gui/screen/world/CreateWorldScreen;TEMP_DIR_PREFIX:Ljava/lang/String;
-
GAME_MODE_TEXT
- Mappings:
Namespace Name Mixin selector official qLfom;q:Lwi;intermediary field_25898Lnet/minecraft/class_525;field_25898:Lnet/minecraft/class_2561;named GAME_MODE_TEXTLnet/minecraft/client/gui/screen/world/CreateWorldScreen;GAME_MODE_TEXT:Lnet/minecraft/text/Text;
-
ENTER_NAME_TEXT
- Mappings:
Namespace Name Mixin selector official rLfom;r:Lwi;intermediary field_26600Lnet/minecraft/class_525;field_26600:Lnet/minecraft/class_2561;named ENTER_NAME_TEXTLnet/minecraft/client/gui/screen/world/CreateWorldScreen;ENTER_NAME_TEXT:Lnet/minecraft/text/Text;
-
EXPERIMENTS_TEXT
- Mappings:
Namespace Name Mixin selector official sLfom;s:Lwi;intermediary field_42501Lnet/minecraft/class_525;field_42501:Lnet/minecraft/class_2561;named EXPERIMENTS_TEXTLnet/minecraft/client/gui/screen/world/CreateWorldScreen;EXPERIMENTS_TEXT:Lnet/minecraft/text/Text;
-
ALLOW_COMMANDS_INFO_TEXT
- Mappings:
Namespace Name Mixin selector official uLfom;u:Lwi;intermediary field_42169Lnet/minecraft/class_525;field_42169:Lnet/minecraft/class_2561;named ALLOW_COMMANDS_INFO_TEXTLnet/minecraft/client/gui/screen/world/CreateWorldScreen;ALLOW_COMMANDS_INFO_TEXT:Lnet/minecraft/text/Text;
-
PREPARING_TEXT
- Mappings:
Namespace Name Mixin selector official vLfom;v:Lwi;intermediary field_37911Lnet/minecraft/class_525;field_37911:Lnet/minecraft/class_2561;named PREPARING_TEXTLnet/minecraft/client/gui/screen/world/CreateWorldScreen;PREPARING_TEXT:Lnet/minecraft/text/Text;
-
field_42170
private static final int field_42170- See Also:
- Mappings:
Namespace Name Mixin selector official wLfom;w:Iintermediary field_42170Lnet/minecraft/class_525;field_42170:Inamed field_42170Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;field_42170:I
-
field_42171
private static final int field_42171- See Also:
- Mappings:
Namespace Name Mixin selector official xLfom;x:Iintermediary field_42171Lnet/minecraft/class_525;field_42171:Inamed field_42171Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;field_42171:I
-
HEADER_SEPARATOR_TEXTURE
- Mappings:
Namespace Name Mixin selector official aLfom;a:Lajv;intermediary field_43081Lnet/minecraft/class_525;field_43081:Lnet/minecraft/class_2960;named HEADER_SEPARATOR_TEXTURELnet/minecraft/client/gui/screen/world/CreateWorldScreen;HEADER_SEPARATOR_TEXTURE:Lnet/minecraft/util/Identifier;
-
FOOTER_SEPARATOR_TEXTURE
- Mappings:
Namespace Name Mixin selector official bLfom;b:Lajv;intermediary field_43082Lnet/minecraft/class_525;field_43082:Lnet/minecraft/class_2960;named FOOTER_SEPARATOR_TEXTURELnet/minecraft/client/gui/screen/world/CreateWorldScreen;FOOTER_SEPARATOR_TEXTURE:Lnet/minecraft/util/Identifier;
-
layout
- Mappings:
Namespace Name Mixin selector official yLfom;y:Lfhl;intermediary field_49557Lnet/minecraft/class_525;field_49557:Lnet/minecraft/class_8132;named layoutLnet/minecraft/client/gui/screen/world/CreateWorldScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
-
worldCreator
- Mappings:
Namespace Name Mixin selector official zLfom;z:Lfow;intermediary field_42172Lnet/minecraft/class_525;field_42172:Lnet/minecraft/class_8100;named worldCreatorLnet/minecraft/client/gui/screen/world/CreateWorldScreen;worldCreator:Lnet/minecraft/client/gui/screen/world/WorldCreator;
-
tabManager
- Mappings:
Namespace Name Mixin selector official ALfom;A:Lfgb;intermediary field_42173Lnet/minecraft/class_525;field_42173:Lnet/minecraft/class_8088;named tabManagerLnet/minecraft/client/gui/screen/world/CreateWorldScreen;tabManager:Lnet/minecraft/client/gui/tab/TabManager;
-
recreated
private boolean recreated- Mappings:
Namespace Name Mixin selector official BLfom;B:Zintermediary field_42502Lnet/minecraft/class_525;field_42502:Znamed recreatedLnet/minecraft/client/gui/screen/world/CreateWorldScreen;recreated:Z
-
symlinkFinder
- Mappings:
Namespace Name Mixin selector official CLfom;C:Lerz;intermediary field_45568Lnet/minecraft/class_525;field_45568:Lnet/minecraft/class_8580;named symlinkFinderLnet/minecraft/client/gui/screen/world/CreateWorldScreen;symlinkFinder:Lnet/minecraft/util/path/SymlinkFinder;
-
parent
- Mappings:
Namespace Name Mixin selector official DLfom;D:Lfjx;intermediary field_3187Lnet/minecraft/class_525;field_3187:Lnet/minecraft/class_437;named parentLnet/minecraft/client/gui/screen/world/CreateWorldScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
dataPackTempDir
- Mappings:
Namespace Name Mixin selector official ELfom;E:Ljava/nio/file/Path;intermediary field_25477Lnet/minecraft/class_525;field_25477:Ljava/nio/file/Path;named dataPackTempDirLnet/minecraft/client/gui/screen/world/CreateWorldScreen;dataPackTempDir:Ljava/nio/file/Path;
-
packManager
- Mappings:
Namespace Name Mixin selector official FLfom;F:Lasp;intermediary field_25792Lnet/minecraft/class_525;field_25792:Lnet/minecraft/class_3283;named packManagerLnet/minecraft/client/gui/screen/world/CreateWorldScreen;packManager:Lnet/minecraft/resource/ResourcePackManager;
-
-
Constructor Details
-
CreateWorldScreen
private CreateWorldScreen(MinecraftClient client, @Nullable @Nullable Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> defaultWorldType, OptionalLong seed) - Mappings:
Namespace Name Mixin selector official <init>Lfom;<init>(Lfby;Lfjx;Lfov;Ljava/util/Optional;Ljava/util/OptionalLong;)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;)Vnamed <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;)V
-
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector official aLfom;a(Lfby;Lfjx;)Vintermediary method_31130Lnet/minecraft/class_525;method_31130(Lnet/minecraft/class_310;Lnet/minecraft/class_437;)Vnamed createLnet/minecraft/client/gui/screen/world/CreateWorldScreen;create(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/Screen;)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 official aLfom;a(Lfby;Lfjx;Lczk;Lfov;Ljava/nio/file/Path;)Lfom;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;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;
-
getWorldCreator
- Mappings:
Namespace Name Mixin selector official mLfom;m()Lfow;intermediary method_48657Lnet/minecraft/class_525;method_48657()Lnet/minecraft/class_8100;named getWorldCreatorLnet/minecraft/client/gui/screen/world/CreateWorldScreen;getWorldCreator()Lnet/minecraft/client/gui/screen/world/WorldCreator;
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
This should call
Screen.setInitialFocus()to set the element that is initially focused. -
setInitialFocus
protected void setInitialFocus()- Overrides:
setInitialFocusin classScreen- Mappings:
Namespace Name Mixin selector official aC_Lfjx;aC_()Vintermediary method_56131Lnet/minecraft/class_437;method_56131()Vnamed setInitialFocusLnet/minecraft/client/gui/screen/Screen;setInitialFocus()V
-
showMessage
- Mappings:
Namespace Name Mixin selector official aLfom;a(Lfby;Lwi;)Vintermediary method_41852Lnet/minecraft/class_525;method_41852(Lnet/minecraft/class_310;Lnet/minecraft/class_2561;)Vnamed showMessageLnet/minecraft/client/gui/screen/world/CreateWorldScreen;showMessage(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/text/Text;)V
-
createLevel
private void createLevel()- Mappings:
Namespace Name Mixin selector official DLfom;D()Vintermediary method_2736Lnet/minecraft/class_525;method_2736()Vnamed createLevelLnet/minecraft/client/gui/screen/world/CreateWorldScreen;createLevel()V
-
startServer
private void startServer(LevelProperties.SpecialProperty specialProperty, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, com.mojang.serialization.Lifecycle lifecycle) - Mappings:
Namespace Name Mixin selector official aLfom;a(Lene$a;Liu;Lcom/mojang/serialization/Lifecycle;)Vintermediary method_41847Lnet/minecraft/class_525;method_41847(Lnet/minecraft/class_31$class_7729;Lnet/minecraft/class_7780;Lcom/mojang/serialization/Lifecycle;)Vnamed startServerLnet/minecraft/client/gui/screen/world/CreateWorldScreen;startServer(Lnet/minecraft/world/level/LevelProperties$SpecialProperty;Lnet/minecraft/registry/CombinedDynamicRegistries;Lcom/mojang/serialization/Lifecycle;)V
-
createLevelInfo
- Mappings:
Namespace Name Mixin selector official cLfom;c(Z)Lczk;intermediary method_40213Lnet/minecraft/class_525;method_40213(Z)Lnet/minecraft/class_1940;named createLevelInfoLnet/minecraft/client/gui/screen/world/CreateWorldScreen;createLevelInfo(Z)Lnet/minecraft/world/level/LevelInfo;
-
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 official aLffu;a(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Znamed keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Z
-
close
public void close() -
onCloseScreen
public void onCloseScreen()- Mappings:
Namespace Name Mixin selector official CLfom;C()Vintermediary method_30297Lnet/minecraft/class_525;method_30297()Vnamed onCloseScreenLnet/minecraft/client/gui/screen/world/CreateWorldScreen;onCloseScreen()V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLffb;a(Lfdl;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
renderDarkening
- Overrides:
renderDarkeningin classScreen- Mappings:
Namespace Name Mixin selector official aLfjx;a(Lfdl;)Vintermediary method_57735Lnet/minecraft/class_437;method_57735(Lnet/minecraft/class_332;)Vnamed renderDarkeningLnet/minecraft/client/gui/screen/Screen;renderDarkening(Lnet/minecraft/client/gui/DrawContext;)V
-
addSelectableChild
- Overrides:
addSelectableChildin classScreen- Mappings:
Namespace Name Mixin selector official dLfjx;d(Lffu;)Lffu;intermediary method_25429Lnet/minecraft/class_437;method_25429(Lnet/minecraft/class_364;)Lnet/minecraft/class_364;named addSelectableChildLnet/minecraft/client/gui/screen/Screen;addSelectableChild(Lnet/minecraft/client/gui/Element;)Lnet/minecraft/client/gui/Element;
-
addDrawableChild
- Overrides:
addDrawableChildin classScreen- Mappings:
Namespace Name Mixin selector official cLfjx;c(Lffu;)Lffu;intermediary method_37063Lnet/minecraft/class_437;method_37063(Lnet/minecraft/class_364;)Lnet/minecraft/class_364;named addDrawableChildLnet/minecraft/client/gui/screen/Screen;addDrawableChild(Lnet/minecraft/client/gui/Element;)Lnet/minecraft/client/gui/Element;
-
getDataPackTempDir
- Mappings:
Namespace Name Mixin selector official ELfom;E()Ljava/nio/file/Path;intermediary method_29693Lnet/minecraft/class_525;method_29693()Ljava/nio/file/Path;named getDataPackTempDirLnet/minecraft/client/gui/screen/world/CreateWorldScreen;getDataPackTempDir()Ljava/nio/file/Path;
-
openExperimentsScreen
- Mappings:
Namespace Name Mixin selector official aLfom;a(Ldaa;)Vintermediary method_49010Lnet/minecraft/class_525;method_49010(Lnet/minecraft/class_7712;)Vnamed openExperimentsScreenLnet/minecraft/client/gui/screen/world/CreateWorldScreen;openExperimentsScreen(Lnet/minecraft/resource/DataConfiguration;)V
-
openPackScreen
- Mappings:
Namespace Name Mixin selector official bLfom;b(Ldaa;)Vintermediary method_29694Lnet/minecraft/class_525;method_29694(Lnet/minecraft/class_7712;)Vnamed openPackScreenLnet/minecraft/client/gui/screen/world/CreateWorldScreen;openPackScreen(Lnet/minecraft/resource/DataConfiguration;)V
-
applyDataPacks
private void applyDataPacks(ResourcePackManager dataPackManager, boolean fromPackScreen, Consumer<DataConfiguration> configurationSetter) - Mappings:
Namespace Name Mixin selector official aLfom;a(Lasp;ZLjava/util/function/Consumer;)Vintermediary method_29682Lnet/minecraft/class_525;method_29682(Lnet/minecraft/class_3283;ZLjava/util/function/Consumer;)Vnamed applyDataPacksLnet/minecraft/client/gui/screen/world/CreateWorldScreen;applyDataPacks(Lnet/minecraft/resource/ResourcePackManager;ZLjava/util/function/Consumer;)V
-
validateDataPacks
private void validateDataPacks(ResourcePackManager dataPackManager, DataConfiguration dataConfiguration, Consumer<DataConfiguration> configurationSetter) - Mappings:
Namespace Name Mixin selector official aLfom;a(Lasp;Ldaa;Ljava/util/function/Consumer;)Vintermediary method_45679Lnet/minecraft/class_525;method_45679(Lnet/minecraft/class_3283;Lnet/minecraft/class_7712;Ljava/util/function/Consumer;)Vnamed validateDataPacksLnet/minecraft/client/gui/screen/world/CreateWorldScreen;validateDataPacks(Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/resource/DataConfiguration;Ljava/util/function/Consumer;)V
-
createServerConfig
private static SaveLoading.ServerConfig createServerConfig(ResourcePackManager dataPackManager, DataConfiguration dataConfiguration) - Mappings:
Namespace Name Mixin selector official aLfom;a(Lasp;Ldaa;)Lakq$c;intermediary method_41849Lnet/minecraft/class_525;method_41849(Lnet/minecraft/class_3283;Lnet/minecraft/class_7712;)Lnet/minecraft/class_7237$class_6906;named createServerConfigLnet/minecraft/client/gui/screen/world/CreateWorldScreen;createServerConfig(Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/resource/DataConfiguration;)Lnet/minecraft/server/SaveLoading$ServerConfig;
-
clearDataPackTempDir
private void clearDataPackTempDir()- Mappings:
Namespace Name Mixin selector official FLfom;F()Vintermediary method_29695Lnet/minecraft/class_525;method_29695()Vnamed clearDataPackTempDirLnet/minecraft/client/gui/screen/world/CreateWorldScreen;clearDataPackTempDir()V
-
copyDataPack
- Mappings:
Namespace Name Mixin selector official aLfom;a(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;)Vnamed copyDataPackLnet/minecraft/client/gui/screen/world/CreateWorldScreen;copyDataPack(Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/Path;)V
-
createSession
- Mappings:
Namespace Name Mixin selector official ILfom;I()Ljava/util/Optional;intermediary method_41848Lnet/minecraft/class_525;method_41848()Ljava/util/Optional;named createSessionLnet/minecraft/client/gui/screen/world/CreateWorldScreen;createSession()Ljava/util/Optional;
-
copyDataPack
- Mappings:
Namespace Name Mixin selector official aLfom;a(Ljava/nio/file/Path;Lfby;)Ljava/nio/file/Path;intermediary method_29685Lnet/minecraft/class_525;method_29685(Ljava/nio/file/Path;Lnet/minecraft/class_310;)Ljava/nio/file/Path;named copyDataPackLnet/minecraft/client/gui/screen/world/CreateWorldScreen;copyDataPack(Ljava/nio/file/Path;Lnet/minecraft/client/MinecraftClient;)Ljava/nio/file/Path;
-
getScannedPack
@Nullable private @Nullable com.mojang.datafixers.util.Pair<Path,ResourcePackManager> getScannedPack(DataConfiguration dataConfiguration) - Mappings:
Namespace Name Mixin selector official cLfom;c(Ldaa;)Lcom/mojang/datafixers/util/Pair;intermediary method_30296Lnet/minecraft/class_525;method_30296(Lnet/minecraft/class_7712;)Lcom/mojang/datafixers/util/Pair;named getScannedPackLnet/minecraft/client/gui/screen/world/CreateWorldScreen;getScannedPack(Lnet/minecraft/resource/DataConfiguration;)Lcom/mojang/datafixers/util/Pair;
-