Uses of Class
com.mojang.realmsclient.dto.RealmsWorldOptions
Packages that use RealmsWorldOptions
Package
Description
-
Uses of RealmsWorldOptions in com.mojang.realmsclient.client
Methods in com.mojang.realmsclient.client with parameters of type RealmsWorldOptionsModifier and TypeMethodDescriptionvoidRealmsClient.updateSlot(long worldId, int slotId, RealmsWorldOptions worldOptions) -
Uses of RealmsWorldOptions in com.mojang.realmsclient.client.worldupload
Fields in com.mojang.realmsclient.client.worldupload declared as RealmsWorldOptionsConstructors in com.mojang.realmsclient.client.worldupload with parameters of type RealmsWorldOptionsModifierConstructorDescriptionRealmsWorldUpload(Path worldFolder, RealmsWorldOptions worldOptions, User user, long realmId, int slotId, RealmsWorldUploadStatusTracker statusCallback) -
Uses of RealmsWorldOptions in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto with type parameters of type RealmsWorldOptionsMethods in com.mojang.realmsclient.dto that return RealmsWorldOptionsModifier and TypeMethodDescriptionRealmsWorldOptions.clone()static RealmsWorldOptionsRealmsWorldOptions.createDefaults()static RealmsWorldOptionsRealmsWorldOptions.createDefaultsWith(GameType gameType, boolean commandBlocks, Difficulty difficulty, boolean hardcore, String version, String slotName) static RealmsWorldOptionsRealmsWorldOptions.createEmptyDefaults()static RealmsWorldOptionsRealmsWorldOptions.createFromSettings(LevelSettings levelSettings, boolean commandBlocks, String version) static RealmsWorldOptionsRealmsWorldOptions.parse(JsonObject json, RealmsSettings realmsSettings) Methods in com.mojang.realmsclient.dto that return types with arguments of type RealmsWorldOptionsModifier and TypeMethodDescriptionRealmsServer.cloneSlots(Map<Integer, RealmsWorldOptions> slots) private static Map<Integer, RealmsWorldOptions> RealmsServer.createEmptySlots()private static Map<Integer, RealmsWorldOptions> RealmsServer.parseSlots(JsonArray jsonArray) Method parameters in com.mojang.realmsclient.dto with type arguments of type RealmsWorldOptions -
Uses of RealmsWorldOptions in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as RealmsWorldOptionsModifier and TypeFieldDescriptionprivate final RealmsWorldOptionsRealmsSlotOptionsScreen.optionsMethods in com.mojang.realmsclient.gui.screens with parameters of type RealmsWorldOptionsModifier and TypeMethodDescriptionvoidRealmsConfigureWorldScreen.saveSlotSettings(RealmsWorldOptions worldOptions) Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmsWorldOptionsModifierConstructorDescriptionRealmsSlotOptionsScreen(RealmsConfigureWorldScreen parent, RealmsWorldOptions options, RealmsServer.WorldType worldType, int activeSlot)