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 p_87180_, int p_87181_, RealmsWorldOptions p_87182_) -
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 p_374548_, RealmsWorldOptions p_374376_, User p_374156_, long p_374291_, int p_374123_, RealmsWorldUploadStatusTracker p_374357_) -
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 p_374295_, boolean p_374405_, Difficulty p_374163_, boolean p_394628_, String p_374283_, String p_374182_) static RealmsWorldOptions
RealmsWorldOptions.createEmptyDefaults()
static RealmsWorldOptions
RealmsWorldOptions.createFromSettings
(LevelSettings p_374279_, boolean p_394495_, String p_374533_) static RealmsWorldOptions
RealmsWorldOptions.parse
(com.google.gson.JsonObject p_87629_, RealmsSettings p_379775_) Methods in com.mojang.realmsclient.dto that return types with arguments of type RealmsWorldOptionsModifier and TypeMethodDescriptionRealmsServer.cloneSlots
(Map<Integer, RealmsWorldOptions> p_87511_) private static Map
<Integer, RealmsWorldOptions> RealmsServer.createEmptySlots()
private static Map
<Integer, RealmsWorldOptions> RealmsServer.parseSlots
(com.google.gson.JsonArray p_87514_) Method parameters in com.mojang.realmsclient.dto with type arguments of type RealmsWorldOptionsModifier and TypeMethodDescriptionRealmsServer.cloneSlots
(Map<Integer, RealmsWorldOptions> p_87511_) -
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 p_88445_) Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmsWorldOptionsModifierConstructorDescriptionRealmsSlotOptionsScreen
(RealmsConfigureWorldScreen p_89886_, RealmsWorldOptions p_89887_, RealmsServer.WorldType p_89888_, int p_89889_)