Uses of Enum Class
com.mojang.realmsclient.dto.RealmsRegion
Packages that use RealmsRegion
-
Uses of RealmsRegion in com.mojang.realmsclient.dto
Subclasses with type arguments of type RealmsRegion in com.mojang.realmsclient.dtoModifier and TypeClassDescriptionenumstatic classFields 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 nameIdStr) RealmsRegion.RealmsRegionJsonAdapter.read(JsonReader jsonReader) @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 jsonWriter, RealmsRegion realmsRegion) 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 regionSelectionPreference, @Nullable 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 @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.regionServiceQualityprivate 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 preference, RealmsRegion region) voidRealmsConfigureWorldScreen.saveSettings(String name, String desc, RegionSelectionPreference preference, @Nullable RealmsRegion region) Method parameters in com.mojang.realmsclient.gui.screens.configuration with type arguments of type RealmsRegionModifier and TypeMethodDescriptionprivate static IdentifierRealmsSettingsTab.getServiceQualityIcon(RealmsSettingsTab.RegionSelection regionSelection, Map<RealmsRegion, ServiceQuality> regionServiceQuality) Constructors in com.mojang.realmsclient.gui.screens.configuration with parameters of type RealmsRegionModifierConstructorDescriptionEntry(RegionSelectionPreference preference, @Nullable RealmsRegion region) 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 parent, BiConsumer<RegionSelectionPreference, RealmsRegion> applySettings, Map<RealmsRegion, ServiceQuality> regionServiceQuality, RealmsSettingsTab.RegionSelection currentSelection) RealmsPreferredRegionSelectionScreen(Screen parent, BiConsumer<RegionSelectionPreference, RealmsRegion> applySettings, Map<RealmsRegion, ServiceQuality> regionServiceQuality, RealmsSettingsTab.RegionSelection currentSelection) (package private)RealmsSettingsTab(RealmsConfigureWorldScreen configurationScreen, Minecraft minecraft, RealmsServer serverData, Map<RealmsRegion, ServiceQuality> regionServiceQuality)