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.preferredRegion
private final @Nullable RealmsRegion
RealmsServerAddress.RegionData.region
The field for theregion
record component.private final RealmsRegion
RegionData.region
The field for theregion
record component.Methods in net.minecraft.client.realms.dto that return RealmsRegionModifier and TypeMethodDescriptionstatic @Nullable RealmsRegion
RealmsRegion.RegionTypeAdapter.read
(JsonReader jsonReader) RealmsServerAddress.RegionData.region()
Returns the value of theregion
record component.RegionData.region()
Returns the value of theregion
record component.static RealmsRegion
Returns 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 TypeMethodDescriptionvoid
RealmsRegion.RegionTypeAdapter.write
(JsonWriter jsonWriter, RealmsRegion realmsRegion) Constructors in net.minecraft.client.realms.dto with parameters of type RealmsRegionModifierConstructorDescriptionRealmsRegionSelectionPreference
(RegionSelectionMethod selectionMethod, @Nullable RealmsRegion preferredRegion) RegionData
(@Nullable RealmsRegion realmsRegion, @Nullable ServiceQuality serviceQuality) 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.availableRegions
private final BiConsumer
<RegionSelectionMethod, RealmsRegion> RealmsRegionPreferenceScreen.onRegionChanged
private final Map
<RealmsRegion, ServiceQuality> RealmsConfigureWorldScreen.regions
Methods in net.minecraft.client.realms.gui.screen with parameters of type RealmsRegionModifier and TypeMethodDescriptionvoid
RealmsConfigureWorldScreen.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 @Nullable RealmsRegion
RealmsSettingsTab.Region.region
The field for theregion
record component.Fields in net.minecraft.client.realms.gui.screen.tab with type parameters of type RealmsRegionModifier and TypeFieldDescriptionprivate final Map
<RealmsRegion, ServiceQuality> RealmsSettingsTab.availableRegions
Methods in net.minecraft.client.realms.gui.screen.tab that return RealmsRegionModifier and TypeMethodDescriptionRealmsSettingsTab.Region.region()
Returns the value of theregion
record component.Methods in net.minecraft.client.realms.gui.screen.tab with parameters of type RealmsRegionModifier and TypeMethodDescriptionprivate void
RealmsSettingsTab.onRegionChanged
(RegionSelectionMethod selectionMethod, RealmsRegion region) Method parameters in net.minecraft.client.realms.gui.screen.tab with type arguments of type RealmsRegionModifier and TypeMethodDescriptionprivate static Identifier
RealmsSettingsTab.getQualityIcon
(RealmsSettingsTab.Region region, Map<RealmsRegion, ServiceQuality> qualityByRegion) Constructors in net.minecraft.client.realms.gui.screen.tab with parameters of type RealmsRegionModifierConstructorDescriptionRegion
(RegionSelectionMethod regionSelectionMethod, @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 minecraftClient, RealmsServer realmsServer, Map<RealmsRegion, ServiceQuality> availableRegions)