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.preferredRegionprivate final 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 RealmsRegionRealmsRegion.findByNameId(String nameId) RealmsRegion.RealmsRegionJsonAdapter.read(JsonReader reader) RealmsJoinInformation.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 writer, RealmsRegion region) Constructors in com.mojang.realmsclient.dto with parameters of type RealmsRegionModifierConstructorDescriptionRegionData(RealmsRegion region, ServiceQuality serviceQuality) Creates an instance of aRegionDatarecord class.RegionDataDto(RealmsRegion region, ServiceQuality serviceQuality) Creates an instance of aRegionDataDtorecord class.RegionSelectionPreferenceDto(RegionSelectionPreference regionSelectionPreference, RealmsRegion preferredRegion) -
Uses of RealmsRegion in com.mojang.realmsclient.gui.screens.configuration
Fields in com.mojang.realmsclient.gui.screens.configuration declared as RealmsRegionModifier and TypeFieldDescriptionprivate final 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 TypeMethodDescriptionRealmsSettingsTab.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 regionSelectionPreference, RealmsRegion preferredRegion) voidRealmsConfigureWorldScreen.saveSettings(String name, String description, RegionSelectionPreference regionSelectionPreference, RealmsRegion preferredRegiom) Method parameters in com.mojang.realmsclient.gui.screens.configuration with type arguments of type RealmsRegionModifier and TypeMethodDescriptionprivate static ResourceLocationRealmsSettingsTab.getServiceQualityIcon(RealmsSettingsTab.RegionSelection regionSelection, Map<RealmsRegion, ServiceQuality> qualities) Constructors in com.mojang.realmsclient.gui.screens.configuration with parameters of type RealmsRegionModifierConstructorDescriptionEntry(RegionSelectionPreference regionSelectionPreference, RealmsRegion preferredRegion) 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 RealmsRegionModifierConstructorDescriptionRealmsPreferredRegionSelectionScreen(Screen parent, BiConsumer<RegionSelectionPreference, RealmsRegion> applySettings, Map<RealmsRegion, ServiceQuality> regionServiceQuality, RealmsSettingsTab.RegionSelection selection) RealmsPreferredRegionSelectionScreen(Screen parent, BiConsumer<RegionSelectionPreference, RealmsRegion> applySettings, Map<RealmsRegion, ServiceQuality> regionServiceQuality, RealmsSettingsTab.RegionSelection selection) (package private)RealmsSettingsTab(RealmsConfigureWorldScreen configurationScreen, Minecraft minecraft, RealmsServer serverData, Map<RealmsRegion, ServiceQuality> regionServiceQuality)