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.getDefaults()
static RealmsWorldOptions
RealmsWorldOptions.getEmptyDefaults()
static RealmsWorldOptions
RealmsWorldOptions.parse
(JsonObject json) 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)