Uses of Class
net.minecraft.client.realms.dto.RealmsWorldOptions
| Package | Description |
|---|---|
| net.minecraft.client.realms | |
| net.minecraft.client.realms.dto | |
| net.minecraft.client.realms.gui.screen |
-
Uses of RealmsWorldOptions in net.minecraft.client.realms
Methods in net.minecraft.client.realms with parameters of type RealmsWorldOptions Modifier and Type Method Description voidRealmsClient. updateSlot(long worldId, int slot, RealmsWorldOptions options) -
Uses of RealmsWorldOptions in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto with type parameters of type RealmsWorldOptions Modifier and Type Field Description Map<Integer,RealmsWorldOptions>RealmsServer. slotsMethods in net.minecraft.client.realms.dto that return RealmsWorldOptions Modifier and Type Method Description RealmsWorldOptionsRealmsWorldOptions. clone()static RealmsWorldOptionsRealmsWorldOptions. getDefaults()static RealmsWorldOptionsRealmsWorldOptions. getEmptyDefaults()static RealmsWorldOptionsRealmsWorldOptions. parse(JsonObject json)Methods in net.minecraft.client.realms.dto that return types with arguments of type RealmsWorldOptions Modifier and Type Method Description Map<Integer,RealmsWorldOptions>RealmsServer. cloneSlots(Map<Integer,RealmsWorldOptions> slots)private static Map<Integer,RealmsWorldOptions>RealmsServer. getEmptySlots()private static Map<Integer,RealmsWorldOptions>RealmsServer. parseSlots(JsonArray json)Method parameters in net.minecraft.client.realms.dto with type arguments of type RealmsWorldOptions Modifier and Type Method Description Map<Integer,RealmsWorldOptions>RealmsServer. cloneSlots(Map<Integer,RealmsWorldOptions> slots) -
Uses of RealmsWorldOptions in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as RealmsWorldOptions Modifier and Type Field Description private RealmsWorldOptionsRealmsSlotOptionsScreen. optionsMethods in net.minecraft.client.realms.gui.screen with parameters of type RealmsWorldOptions Modifier and Type Method Description voidRealmsConfigureWorldScreen. saveSlotSettings(RealmsWorldOptions options)Constructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsWorldOptions Constructor Description RealmsSlotOptionsScreen(RealmsConfigureWorldScreen parent, RealmsWorldOptions options, RealmsServer.WorldType worldType, int activeSlot)