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, @Nullable 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 @Nullable RegionSelectionPreferenceDtoRealmsConfigurationDto.regionSelectionPreferenceThe field for theregionSelectionPreferencerecord component.@Nullable RegionSelectionPreferenceDtoRealmsServer.regionSelectionPreferenceMethods in com.mojang.realmsclient.dto that return RegionSelectionPreferenceDtoModifier and TypeMethodDescriptionRegionSelectionPreferenceDto.copy()@Nullable RegionSelectionPreferenceDtoRealmsConfigurationDto.regionSelectionPreference()Returns the value of theregionSelectionPreferencerecord component.Constructors in com.mojang.realmsclient.dto with parameters of type RegionSelectionPreferenceDtoModifierConstructorDescriptionRealmsConfigurationDto(RealmsSlotUpdateDto options, List<RealmsSetting> settings, @Nullable RegionSelectionPreferenceDto regionSelectionPreference, @Nullable RealmsDescriptionDto description) Creates an instance of aRealmsConfigurationDtorecord class.