Uses of Enum Class
net.minecraft.client.MinecraftClient.WorldLoadAction
-
Uses of MinecraftClient.WorldLoadAction in net.minecraft.client
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MinecraftClient.WorldLoadAction[]
MinecraftClient.WorldLoadAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate void
MinecraftClient.showExperimentalWarning
(MinecraftClient.WorldLoadAction worldLoadAction, String levelName, boolean legacyCustomized, Runnable onConfirm) private void
MinecraftClient.startIntegratedServer
(String worldName, Function<LevelStorage.Session, SaveLoader.DataPackSettingsSupplier> dataPackSettingsSupplierGetter, Function<LevelStorage.Session, SaveLoader.SavePropertiesSupplier> savePropertiesSupplierGetter, boolean safeMode, MinecraftClient.WorldLoadAction worldLoadAction)