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 RealmsRegionRegionData.regionThe field for theregionrecord component.Methods in net.minecraft.client.realms.dto that return RealmsRegionModifier and TypeMethodDescriptionstatic @Nullable RealmsRegionRealmsRegion.RegionTypeAdapter.read(JsonReader jsonReader) 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(RealmsRegionSelectionPreference.SelectionMethod selectionMethod, @Nullable RealmsRegion preferredRegion) RegionData(RealmsRegion realmsRegion, ServiceQuality serviceQuality) -
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.availableRegionsRealmsRegionPreferenceScreen.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, RealmsRegionSelectionPreference.SelectionMethod regionSelectionMethod, @Nullable RealmsRegion region) Constructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsRegionModifierConstructorDescriptionRegionEntry(RealmsRegionSelectionPreference.SelectionMethod selectionMethod, @Nullable RealmsRegion region) Constructor parameters in net.minecraft.client.realms.gui.screen with type arguments of type RealmsRegionModifierConstructorDescriptionRealmsRegionPreferenceScreen(Screen parent, BiConsumer<RealmsRegionSelectionPreference.SelectionMethod, RealmsRegion> onRegionChanged, Map<RealmsRegion, ServiceQuality> availableRegions, RealmsSettingsTab.Region textSupplier) RealmsRegionPreferenceScreen(Screen parent, BiConsumer<RealmsRegionSelectionPreference.SelectionMethod, 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 @Nullable 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 TypeMethodDescriptionRealmsSettingsTab.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(RealmsRegionSelectionPreference.SelectionMethod 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(RealmsRegionSelectionPreference.SelectionMethod selectionMethod, @Nullable RealmsRegion realmsRegion) Constructor parameters in net.minecraft.client.realms.gui.screen.tab with type arguments of type RealmsRegionModifierConstructorDescription(package private)RealmsSettingsTab(RealmsConfigureWorldScreen screen, MinecraftClient client, RealmsServer server, Map<RealmsRegion, ServiceQuality> availableRegions)