Uses of Enum Class
net.minecraft.client.MinecraftClient.WorldLoadAction
Packages that use MinecraftClient.WorldLoadAction
-
Uses of MinecraftClient.WorldLoadAction in net.minecraft.client
Methods in net.minecraft.client that return MinecraftClient.WorldLoadActionModifier 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.Methods in net.minecraft.client with parameters of type MinecraftClient.WorldLoadActionModifier and TypeMethodDescriptionprivate voidMinecraftClient.showExperimentalWarning(MinecraftClient.WorldLoadAction worldLoadAction, String levelName, boolean legacyCustomized, Runnable onConfirm) private voidMinecraftClient.startIntegratedServer(String worldName, Function<LevelStorage.Session, SaveLoader.DataPackSettingsSupplier> dataPackSettingsSupplierGetter, Function<LevelStorage.Session, SaveLoader.SavePropertiesSupplier> savePropertiesSupplierGetter, boolean safeMode, MinecraftClient.WorldLoadAction worldLoadAction)