Uses of Enum Class
com.mojang.realmsclient.dto.RealmsRegion
Packages that use RealmsRegion
-
Uses of RealmsRegion in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as RealmsRegionModifier and TypeFieldDescriptionRegionSelectionPreferenceDto.preferredRegion
private final RealmsRegion
RealmsJoinInformation.RegionData.region
The field for theregion
record component.private final RealmsRegion
RegionDataDto.region
The field for theregion
record component.Methods in com.mojang.realmsclient.dto that return RealmsRegionModifier and TypeMethodDescriptionstatic RealmsRegion
RealmsRegion.findByNameId
(String pNameId) RealmsRegion.RealmsRegionJsonAdapter.read
(com.google.gson.stream.JsonReader p_419908_) RealmsJoinInformation.RegionData.region()
Returns the value of theregion
record component.RegionDataDto.region()
Returns the value of theregion
record component.static RealmsRegion
Returns the enum constant of this class with the specified name.static RealmsRegion[]
RealmsRegion.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 RealmsRegionModifier and TypeMethodDescriptionvoid
RealmsRegion.RealmsRegionJsonAdapter.write
(com.google.gson.stream.JsonWriter p_419881_, RealmsRegion p_419808_) Constructors in com.mojang.realmsclient.dto with parameters of type RealmsRegionModifierConstructorDescriptionRegionData
(RealmsRegion region, ServiceQuality serviceQuality) Creates an instance of aRegionData
record class.RegionDataDto
(RealmsRegion region, ServiceQuality serviceQuality) Creates an instance of aRegionDataDto
record class.RegionSelectionPreferenceDto
(RegionSelectionPreference pRegionSelectionPreference, RealmsRegion pPreferredRegion) -
Uses of RealmsRegion in com.mojang.realmsclient.gui.screens.configuration
Fields in com.mojang.realmsclient.gui.screens.configuration declared as RealmsRegionModifier and TypeFieldDescriptionprivate final RealmsRegion
RealmsSettingsTab.RegionSelection.region
The field for theregion
record component.Fields in com.mojang.realmsclient.gui.screens.configuration with type parameters of type RealmsRegionModifier and TypeFieldDescriptionprivate final BiConsumer
<RegionSelectionPreference, RealmsRegion> RealmsPreferredRegionSelectionScreen.applySettings
private final Map
<RealmsRegion, ServiceQuality> RealmsConfigureWorldScreen.regionServiceQuality
(package private) final Map
<RealmsRegion, ServiceQuality> RealmsPreferredRegionSelectionScreen.regionServiceQuality
private final Map
<RealmsRegion, ServiceQuality> RealmsSettingsTab.regionServiceQuality
Methods in com.mojang.realmsclient.gui.screens.configuration that return RealmsRegionModifier and TypeMethodDescriptionRealmsSettingsTab.RegionSelection.region()
Returns the value of theregion
record component.Methods in com.mojang.realmsclient.gui.screens.configuration with parameters of type RealmsRegionModifier and TypeMethodDescriptionprivate void
RealmsSettingsTab.applyRegionPreferenceSelection
(RegionSelectionPreference p_426076_, RealmsRegion p_419988_) void
RealmsConfigureWorldScreen.saveSettings
(String pName, String pDescription, RegionSelectionPreference pRegionSelectionPreference, RealmsRegion pPreferredRegiom) Method parameters in com.mojang.realmsclient.gui.screens.configuration with type arguments of type RealmsRegionModifier and TypeMethodDescriptionprivate static ResourceLocation
RealmsSettingsTab.getServiceQualityIcon
(RealmsSettingsTab.RegionSelection pRegionSelection, Map<RealmsRegion, ServiceQuality> pQualities) Constructors in com.mojang.realmsclient.gui.screens.configuration with parameters of type RealmsRegionModifierConstructorDescriptionEntry
(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 RealmsRegionModifierConstructorDescriptionRealmsPreferredRegionSelectionScreen
(Screen pParent, BiConsumer<RegionSelectionPreference, RealmsRegion> pApplySettings, Map<RealmsRegion, ServiceQuality> pRegionServiceQuality, RealmsSettingsTab.RegionSelection pSelection) RealmsPreferredRegionSelectionScreen
(Screen pParent, BiConsumer<RegionSelectionPreference, RealmsRegion> pApplySettings, Map<RealmsRegion, ServiceQuality> pRegionServiceQuality, RealmsSettingsTab.RegionSelection pSelection) (package private)
RealmsSettingsTab
(RealmsConfigureWorldScreen pConfigurationScreen, Minecraft pMinecraft, RealmsServer pServerData, Map<RealmsRegion, ServiceQuality> pRegionServiceQuality)