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 TypeMethodDescriptionvoid
RealmsClient.updateSlot
(long pWorldId, int pSlotId, RealmsWorldOptions pWorldOptions) -
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 pWorldFolder, RealmsWorldOptions pWorldOptions, User pUser, long pRealmId, int pSlotId, RealmsWorldUploadStatusTracker pStatusCallback) -
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 RealmsWorldOptions
RealmsWorldOptions.createDefaults()
static RealmsWorldOptions
RealmsWorldOptions.createDefaultsWith
(GameType pGameType, boolean pCommandBlocks, Difficulty pDifficulty, boolean pHardcore, String pVersion, String pSlotName) static RealmsWorldOptions
RealmsWorldOptions.createEmptyDefaults()
static RealmsWorldOptions
RealmsWorldOptions.createFromSettings
(LevelSettings pLevelSettings, boolean pCommandBlocks, String pVersion) static RealmsWorldOptions
RealmsWorldOptions.parse
(JsonObject pJson, RealmsSettings pRealmsSettings) Methods in com.mojang.realmsclient.dto that return types with arguments of type RealmsWorldOptionsModifier and TypeMethodDescriptionRealmsServer.cloneSlots
(Map<Integer, RealmsWorldOptions> pSlots) private static Map
<Integer, RealmsWorldOptions> RealmsServer.createEmptySlots()
private static Map
<Integer, RealmsWorldOptions> RealmsServer.parseSlots
(JsonArray pJsonArray) Method parameters in com.mojang.realmsclient.dto with type arguments of type RealmsWorldOptionsModifier and TypeMethodDescriptionRealmsServer.cloneSlots
(Map<Integer, RealmsWorldOptions> pSlots) -
Uses of RealmsWorldOptions in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as RealmsWorldOptionsModifier and TypeFieldDescriptionprivate final RealmsWorldOptions
RealmsSlotOptionsScreen.options
Methods in com.mojang.realmsclient.gui.screens with parameters of type RealmsWorldOptionsModifier and TypeMethodDescriptionvoid
RealmsConfigureWorldScreen.saveSlotSettings
(RealmsWorldOptions pWorldOptions) Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmsWorldOptionsModifierConstructorDescriptionRealmsSlotOptionsScreen
(RealmsConfigureWorldScreen pParent, RealmsWorldOptions pOptions, RealmsServer.WorldType pWorldType, int pActiveSlot)