Uses of Class
net.minecraft.client.realms.dto.RealmsWorldOptions
Packages that use RealmsWorldOptions
- 
Uses of RealmsWorldOptions in net.minecraft.client.realms
Methods in net.minecraft.client.realms with parameters of type RealmsWorldOptionsModifier and TypeMethodDescriptionvoidRealmsClient.configure(long worldId, String name, String description, @Nullable RealmsRegionSelectionPreference regionSelectionPreference, int slotId, RealmsWorldOptions options, List<RealmsSettingDto> settings) voidRealmsClient.updateSlot(long worldId, int slot, RealmsWorldOptions options, List<RealmsSettingDto> settings)  - 
Uses of RealmsWorldOptions in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto declared as RealmsWorldOptionsMethods in net.minecraft.client.realms.dto that return RealmsWorldOptionsModifier and TypeMethodDescriptionRealmsWorldOptions.clone()static RealmsWorldOptionsRealmsWorldOptions.create(GameMode gameMode, Difficulty difficulty, boolean bool, String string, String string2) static RealmsWorldOptionsstatic RealmsWorldOptionsRealmsWorldOptions.fromJson(CheckedGson gson, String json) static RealmsWorldOptionsRealmsWorldOptions.getDefaults()static RealmsWorldOptionsRealmsWorldOptions.getEmptyDefaults()RealmsSlot.OptionsTypeAdapter.read(JsonReader jsonReader) Methods in net.minecraft.client.realms.dto with parameters of type RealmsWorldOptionsModifier and TypeMethodDescriptionprivate static voidRealmsWorldOptions.replaceNullsWithDefaults(RealmsWorldOptions options) voidRealmsSlot.OptionsTypeAdapter.write(JsonWriter jsonWriter, RealmsWorldOptions realmsWorldOptions) Constructors in net.minecraft.client.realms.dto with parameters of type RealmsWorldOptionsModifierConstructorDescriptionRealmsOptionsDto(int slotId, RealmsWorldOptions options, boolean hardcore) RealmsSlot(int slotId, RealmsWorldOptions options, List<RealmsSettingDto> settings)