Uses of Enum Class
com.mojang.realmsclient.dto.RegionSelectionPreference
Packages that use RegionSelectionPreference
-
Uses of RegionSelectionPreference in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as RegionSelectionPreferenceModifier and TypeFieldDescriptionstatic final RegionSelectionPreference
RegionSelectionPreference.DEFAULT_SELECTION
RegionSelectionPreferenceDto.regionSelectionPreference
Methods in com.mojang.realmsclient.dto that return RegionSelectionPreferenceModifier and TypeMethodDescriptionRegionSelectionPreference.RegionSelectionPreferenceJsonAdapter.read
(com.google.gson.stream.JsonReader p_426081_) static RegionSelectionPreference
Returns the enum constant of this class with the specified name.static RegionSelectionPreference[]
RegionSelectionPreference.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.realmsclient.dto with parameters of type RegionSelectionPreferenceModifier and TypeMethodDescriptionvoid
RegionSelectionPreference.RegionSelectionPreferenceJsonAdapter.write
(com.google.gson.stream.JsonWriter p_426291_, RegionSelectionPreference p_425662_) Constructors in com.mojang.realmsclient.dto with parameters of type RegionSelectionPreferenceModifierConstructorDescriptionRegionSelectionPreferenceDto
(RegionSelectionPreference pRegionSelectionPreference, RealmsRegion pPreferredRegion) -
Uses of RegionSelectionPreference in com.mojang.realmsclient.gui.screens.configuration
Fields in com.mojang.realmsclient.gui.screens.configuration declared as RegionSelectionPreferenceModifier and TypeFieldDescriptionprivate final RegionSelectionPreference
RealmsSettingsTab.RegionSelection.preference
The field for thepreference
record component.Fields in com.mojang.realmsclient.gui.screens.configuration with type parameters of type RegionSelectionPreferenceModifier and TypeFieldDescriptionprivate final BiConsumer
<RegionSelectionPreference, RealmsRegion> RealmsPreferredRegionSelectionScreen.applySettings
Methods in com.mojang.realmsclient.gui.screens.configuration that return RegionSelectionPreferenceModifier and TypeMethodDescriptionRealmsSettingsTab.RegionSelection.preference()
Returns the value of thepreference
record component.Methods in com.mojang.realmsclient.gui.screens.configuration with parameters of type RegionSelectionPreferenceModifier and TypeMethodDescriptionprivate void
RealmsSettingsTab.applyRegionPreferenceSelection
(RegionSelectionPreference p_426076_, RealmsRegion p_419988_) void
RealmsConfigureWorldScreen.saveSettings
(String pName, String pDescription, RegionSelectionPreference pRegionSelectionPreference, RealmsRegion pPreferredRegiom) Constructors in com.mojang.realmsclient.gui.screens.configuration with parameters of type RegionSelectionPreferenceModifierConstructorDescriptionEntry
(RegionSelectionPreference pRegionSelectionPreference, RealmsRegion pPreferredRegion) RegionSelection
(RegionSelectionPreference preference, RealmsRegion region) Creates an instance of aRegionSelection
record class.Constructor parameters in com.mojang.realmsclient.gui.screens.configuration with type arguments of type RegionSelectionPreferenceModifierConstructorDescriptionRealmsPreferredRegionSelectionScreen
(Screen pParent, BiConsumer<RegionSelectionPreference, RealmsRegion> pApplySettings, Map<RealmsRegion, ServiceQuality> pRegionServiceQuality, RealmsSettingsTab.RegionSelection pSelection)