Uses of Enum Class
net.minecraft.client.realms.dto.RealmsRegion
Packages that use RealmsRegion
Package
Description
-
Uses of RealmsRegion in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto declared as RealmsRegionModifier and TypeFieldDescriptionRealmsRegionSelectionPreference.preferredRegionprivate final RealmsRegionRealmsServerAddress.RegionData.regionThe field for theregionrecord component.private final RealmsRegionRegionData.regionThe field for theregionrecord component.Methods in net.minecraft.client.realms.dto that return RealmsRegionModifier and TypeMethodDescriptionstatic @Nullable RealmsRegionRealmsRegion.RegionTypeAdapter.read(JsonReader jsonReader) @Nullable RealmsRegionRealmsServerAddress.RegionData.region()Returns the value of theregionrecord component.RegionData.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 net.minecraft.client.realms.dto with parameters of type RealmsRegionModifier and TypeMethodDescriptionvoidRealmsRegion.RegionTypeAdapter.write(JsonWriter jsonWriter, RealmsRegion realmsRegion) Constructors in net.minecraft.client.realms.dto with parameters of type RealmsRegionModifierConstructorDescriptionRealmsRegionSelectionPreference(RegionSelectionMethod regionSelectionMethod, @Nullable RealmsRegion realmsRegion) RegionData(@Nullable RealmsRegion region, @Nullable ServiceQuality serviceQuality) Creates an instance of aRegionDatarecord class.RegionData(RealmsRegion region, ServiceQuality serviceQuality) Creates an instance of aRegionDatarecord class. -
Uses of RealmsRegion in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen with type parameters of type RealmsRegionModifier and TypeFieldDescription(package private) final Map<RealmsRegion, ServiceQuality> RealmsRegionPreferenceScreen.availableRegionsprivate final BiConsumer<RegionSelectionMethod, RealmsRegion> RealmsRegionPreferenceScreen.onRegionChangedprivate final Map<RealmsRegion, ServiceQuality> RealmsConfigureWorldScreen.regionsMethods in net.minecraft.client.realms.gui.screen with parameters of type RealmsRegionModifier and TypeMethodDescriptionvoidRealmsConfigureWorldScreen.saveSettings(String name, String description, RegionSelectionMethod regionSelectionMethod, @Nullable RealmsRegion region) Constructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsRegionModifierConstructorDescriptionRegionEntry(RegionSelectionMethod selectionMethod, @Nullable RealmsRegion region) Constructor parameters in net.minecraft.client.realms.gui.screen with type arguments of type RealmsRegionModifierConstructorDescriptionRealmsRegionPreferenceScreen(Screen parent, BiConsumer<RegionSelectionMethod, RealmsRegion> onRegionChanged, Map<RealmsRegion, ServiceQuality> availableRegions, RealmsSettingsTab.Region textSupplier) RealmsRegionPreferenceScreen(Screen parent, BiConsumer<RegionSelectionMethod, RealmsRegion> onRegionChanged, Map<RealmsRegion, ServiceQuality> availableRegions, RealmsSettingsTab.Region textSupplier) -
Uses of RealmsRegion in net.minecraft.client.realms.gui.screen.tab
Fields in net.minecraft.client.realms.gui.screen.tab declared as RealmsRegionModifier and TypeFieldDescriptionprivate final RealmsRegionRealmsSettingsTab.Region.regionThe field for theregionrecord component.Fields in net.minecraft.client.realms.gui.screen.tab with type parameters of type RealmsRegionModifier and TypeFieldDescriptionprivate final Map<RealmsRegion, ServiceQuality> RealmsSettingsTab.availableRegionsMethods in net.minecraft.client.realms.gui.screen.tab that return RealmsRegionModifier and TypeMethodDescription@Nullable RealmsRegionRealmsSettingsTab.Region.region()Returns the value of theregionrecord component.Methods in net.minecraft.client.realms.gui.screen.tab with parameters of type RealmsRegionModifier and TypeMethodDescriptionprivate voidRealmsSettingsTab.onRegionChanged(RegionSelectionMethod selectionMethod, RealmsRegion region) Method parameters in net.minecraft.client.realms.gui.screen.tab with type arguments of type RealmsRegionModifier and TypeMethodDescriptionprivate static IdentifierRealmsSettingsTab.getQualityIcon(RealmsSettingsTab.Region region, Map<RealmsRegion, ServiceQuality> qualityByRegion) Constructors in net.minecraft.client.realms.gui.screen.tab with parameters of type RealmsRegionModifierConstructorDescriptionRegion(RegionSelectionMethod preference, @Nullable RealmsRegion region) Creates an instance of aRegionrecord class.Constructor parameters in net.minecraft.client.realms.gui.screen.tab with type arguments of type RealmsRegionModifierConstructorDescription(package private)RealmsSettingsTab(RealmsConfigureWorldScreen screen, MinecraftClient minecraftClient, RealmsServer realmsServer, Map<RealmsRegion, ServiceQuality> availableRegions)