Uses of Class
com.mojang.realmsclient.dto.RegionSelectionPreferenceDto
Packages that use RegionSelectionPreferenceDto
-
Uses of RegionSelectionPreferenceDto in com.mojang.realmsclient.client
Methods in com.mojang.realmsclient.client with parameters of type RegionSelectionPreferenceDtoModifier and TypeMethodDescriptionvoidRealmsClient.updateConfiguration(long pWorldId, String pName, String pDescription, RegionSelectionPreferenceDto pRegionSettings, int pSlotId, RealmsWorldOptions pOptions, List<RealmsSetting> pSettings) -
Uses of RegionSelectionPreferenceDto in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as RegionSelectionPreferenceDtoModifier and TypeFieldDescriptionstatic final RegionSelectionPreferenceDtoRegionSelectionPreferenceDto.DEFAULTprivate final RegionSelectionPreferenceDtoRealmsConfigurationDto.regionSelectionPreferenceThe field for theregionSelectionPreferencerecord component.RealmsServer.regionSelectionPreferenceMethods in com.mojang.realmsclient.dto that return RegionSelectionPreferenceDtoModifier and TypeMethodDescriptionRegionSelectionPreferenceDto.clone()static RegionSelectionPreferenceDtoRegionSelectionPreferenceDto.parse(GuardedSerializer pSerializer, String pJson) RealmsConfigurationDto.regionSelectionPreference()Returns the value of theregionSelectionPreferencerecord component.Constructors in com.mojang.realmsclient.dto with parameters of type RegionSelectionPreferenceDtoModifierConstructorDescriptionRealmsConfigurationDto(RealmsSlotUpdateDto options, List<RealmsSetting> settings, RegionSelectionPreferenceDto regionSelectionPreference, RealmsDescriptionDto description) Creates an instance of aRealmsConfigurationDtorecord class.