Uses of Class
net.minecraft.client.realms.dto.RealmsWorldOptions
Package
Description
-
Uses of RealmsWorldOptions in net.minecraft.client.realms
Modifier and TypeMethodDescriptionvoid
RealmsClient.updateSlot
(long worldId, int slot, RealmsWorldOptions options) -
Uses of RealmsWorldOptions in net.minecraft.client.realms.dto
Modifier and TypeMethodDescriptionRealmsWorldOptions.clone()
static RealmsWorldOptions
RealmsWorldOptions.create
(GameMode gameMode, Difficulty difficulty, boolean hardcore, String version, String slotName) static RealmsWorldOptions
static RealmsWorldOptions
RealmsWorldOptions.getDefaults()
static RealmsWorldOptions
RealmsWorldOptions.getEmptyDefaults()
static RealmsWorldOptions
RealmsWorldOptions.parse
(JsonObject json, RealmsWorldSettings settings) Modifier and TypeMethodDescriptionRealmsServer.cloneSlots
(Map<Integer, RealmsWorldOptions> slots) private static Map
<Integer, RealmsWorldOptions> RealmsServer.getEmptySlots()
private static Map
<Integer, RealmsWorldOptions> RealmsServer.parseSlots
(JsonArray json) -
Uses of RealmsWorldOptions in net.minecraft.client.realms.gui.screen
Modifier and TypeFieldDescriptionprivate final RealmsWorldOptions
RealmsSlotOptionsScreen.options
Modifier and TypeMethodDescriptionvoid
RealmsConfigureWorldScreen.saveSlotSettings
(RealmsWorldOptions options) ModifierConstructorDescriptionRealmsSlotOptionsScreen
(RealmsConfigureWorldScreen parent, RealmsWorldOptions options, RealmsServer.WorldType worldType, int activeSlot) -
Uses of RealmsWorldOptions in net.minecraft.client.realms.util
ModifierConstructorDescriptionRealmsUploader
(Path directory, RealmsWorldOptions options, Session session, long worldId, int slotId, UploadProgressTracker progressTracker)