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 TypeMethodDescriptionvoid
RealmsClient.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 RegionSelectionPreferenceDto
RegionSelectionPreferenceDto.DEFAULT
private final RegionSelectionPreferenceDto
RealmsConfigurationDto.regionSelectionPreference
The field for theregionSelectionPreference
record component.RealmsServer.regionSelectionPreference
Methods in com.mojang.realmsclient.dto that return RegionSelectionPreferenceDtoModifier and TypeMethodDescriptionRegionSelectionPreferenceDto.clone()
static RegionSelectionPreferenceDto
RegionSelectionPreferenceDto.parse
(GuardedSerializer pSerializer, String pJson) RealmsConfigurationDto.regionSelectionPreference()
Returns the value of theregionSelectionPreference
record 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 aRealmsConfigurationDto
record class.