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 RegionSelectionPreferenceRegionSelectionPreference.DEFAULT_SELECTIONRegionSelectionPreferenceDto.regionSelectionPreferenceMethods in com.mojang.realmsclient.dto that return RegionSelectionPreferenceModifier and TypeMethodDescriptionRegionSelectionPreference.RegionSelectionPreferenceJsonAdapter.read(JsonReader pReader) static RegionSelectionPreferenceReturns 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 TypeMethodDescriptionvoidRegionSelectionPreference.RegionSelectionPreferenceJsonAdapter.write(JsonWriter pWriter, RegionSelectionPreference pRegionSelectionPreference) 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 RegionSelectionPreferenceRealmsSettingsTab.RegionSelection.preferenceThe field for thepreferencerecord component.Fields in com.mojang.realmsclient.gui.screens.configuration with type parameters of type RegionSelectionPreferenceModifier and TypeFieldDescriptionprivate final BiConsumer<RegionSelectionPreference, RealmsRegion> RealmsPreferredRegionSelectionScreen.applySettingsMethods in com.mojang.realmsclient.gui.screens.configuration that return RegionSelectionPreferenceModifier and TypeMethodDescriptionRealmsSettingsTab.RegionSelection.preference()Returns the value of thepreferencerecord component.Methods in com.mojang.realmsclient.gui.screens.configuration with parameters of type RegionSelectionPreferenceModifier and TypeMethodDescriptionprivate voidRealmsSettingsTab.applyRegionPreferenceSelection(RegionSelectionPreference p_426076_, RealmsRegion p_419988_) voidRealmsConfigureWorldScreen.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 aRegionSelectionrecord 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)