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 TypeFieldDescription@Nullable RealmsRegionRegionSelectionPreferenceDto.preferredRegionprivate final @Nullable RealmsRegionRealmsJoinInformation.RegionData.regionThe field for theregionrecord component.private final RealmsRegionRegionDataDto.regionThe field for theregionrecord component.Methods in com.mojang.realmsclient.dto that return RealmsRegionModifier and TypeMethodDescriptionstatic @Nullable RealmsRegionRealmsRegion.findByNameId(String pNameId) RealmsRegion.RealmsRegionJsonAdapter.read(JsonReader pReader) @Nullable RealmsRegionRealmsJoinInformation.RegionData.region()Returns the value of theregionrecord component.RegionDataDto.region()Returns the value of theregionrecord component.static RealmsRegionReturns 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 TypeMethodDescriptionvoidRealmsRegion.RealmsRegionJsonAdapter.write(JsonWriter pWriter, RealmsRegion pRegion) Constructors in com.mojang.realmsclient.dto with parameters of type RealmsRegionModifierConstructorDescriptionRegionData(@Nullable RealmsRegion region, @Nullable ServiceQuality serviceQuality) Creates an instance of aRegionDatarecord class.RegionDataDto(RealmsRegion region, ServiceQuality serviceQuality) Creates an instance of aRegionDataDtorecord class.RegionSelectionPreferenceDto(RegionSelectionPreference pRegionSelectionPreference, @Nullable 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 @Nullable RealmsRegionRealmsSettingsTab.RegionSelection.regionThe field for theregionrecord component.Fields in com.mojang.realmsclient.gui.screens.configuration with type parameters of type RealmsRegionModifier and TypeFieldDescriptionprivate final BiConsumer<RegionSelectionPreference, RealmsRegion> RealmsPreferredRegionSelectionScreen.applySettingsprivate final Map<RealmsRegion, ServiceQuality> RealmsConfigureWorldScreen.regionServiceQuality(package private) final Map<RealmsRegion, ServiceQuality> RealmsPreferredRegionSelectionScreen.regionServiceQualityprivate final Map<RealmsRegion, ServiceQuality> RealmsSettingsTab.regionServiceQualityMethods in com.mojang.realmsclient.gui.screens.configuration that return RealmsRegionModifier and TypeMethodDescription@Nullable RealmsRegionRealmsSettingsTab.RegionSelection.region()Returns the value of theregionrecord component.Methods in com.mojang.realmsclient.gui.screens.configuration with parameters of type RealmsRegionModifier and TypeMethodDescriptionprivate voidRealmsSettingsTab.applyRegionPreferenceSelection(RegionSelectionPreference pRegionSelectionPreference, RealmsRegion pPreferredRegion) voidRealmsConfigureWorldScreen.saveSettings(String pName, String pDescription, RegionSelectionPreference pRegionSelectionPreference, @Nullable RealmsRegion pPreferredRegiom) Method parameters in com.mojang.realmsclient.gui.screens.configuration with type arguments of type RealmsRegionModifier and TypeMethodDescriptionprivate static IdentifierRealmsSettingsTab.getServiceQualityIcon(RealmsSettingsTab.RegionSelection pRegionSelection, Map<RealmsRegion, ServiceQuality> pQualities) Constructors in com.mojang.realmsclient.gui.screens.configuration with parameters of type RealmsRegionModifierConstructorDescriptionEntry(RegionSelectionPreference pRegionSelectionPreference, @Nullable RealmsRegion pPreferredRegion) RegionSelection(RegionSelectionPreference preference, @Nullable RealmsRegion region) Creates an instance of aRegionSelectionrecord 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)