Uses of Record Class
com.mojang.realmsclient.dto.RealmsSetting
Packages that use RealmsSetting
-
Uses of RealmsSetting in com.mojang.realmsclient.client
Method parameters in com.mojang.realmsclient.client with type arguments of type RealmsSettingModifier and TypeMethodDescriptionvoidRealmsClient.updateConfiguration(long realmId, String name, String description, @Nullable RegionSelectionPreferenceDto regionSelectionPreference, int slotId, RealmsWorldOptions options, List<RealmsSetting> settings) voidRealmsClient.updateSlot(long realmId, int slotId, RealmsWorldOptions options, List<RealmsSetting> settings) -
Uses of RealmsSetting in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto with type parameters of type RealmsSettingModifier and TypeFieldDescriptionprivate final List<RealmsSetting> RealmsConfigurationDto.settingsThe field for thesettingsrecord component.RealmsSlot.settingsMethods in com.mojang.realmsclient.dto that return RealmsSettingModifier and TypeMethodDescriptionstatic RealmsSettingRealmsSetting.hardcoreSetting(boolean hardcore) Methods in com.mojang.realmsclient.dto that return types with arguments of type RealmsSettingModifier and TypeMethodDescriptionRealmsConfigurationDto.settings()Returns the value of thesettingsrecord component.Method parameters in com.mojang.realmsclient.dto with type arguments of type RealmsSettingModifier and TypeMethodDescriptionstatic booleanRealmsSetting.isHardcore(List<RealmsSetting> settings) Constructor parameters in com.mojang.realmsclient.dto with type arguments of type RealmsSettingModifierConstructorDescriptionRealmsConfigurationDto(RealmsSlotUpdateDto options, List<RealmsSetting> settings, @Nullable RegionSelectionPreferenceDto regionSelectionPreference, @Nullable RealmsDescriptionDto description) Creates an instance of aRealmsConfigurationDtorecord class.RealmsSlot(int slotId, RealmsWorldOptions options, List<RealmsSetting> settings)