Uses of Enum Class
net.minecraft.client.realms.dto.RegionSelectionMethod
Packages that use RegionSelectionMethod
Package
Description
-
Uses of RegionSelectionMethod in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto declared as RegionSelectionMethodModifier and TypeFieldDescriptionstatic final RegionSelectionMethod
RegionSelectionMethod.DEFAULT
RealmsRegionSelectionPreference.selectionMethod
Methods in net.minecraft.client.realms.dto that return RegionSelectionMethodModifier and TypeMethodDescriptionRegionSelectionMethod.SelectionMethodTypeAdapter.read
(JsonReader jsonReader) static RegionSelectionMethod
Returns the enum constant of this class with the specified name.static RegionSelectionMethod[]
RegionSelectionMethod.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 RegionSelectionMethodModifier and TypeMethodDescriptionvoid
RegionSelectionMethod.SelectionMethodTypeAdapter.write
(JsonWriter jsonWriter, RegionSelectionMethod regionSelectionMethod) Constructors in net.minecraft.client.realms.dto with parameters of type RegionSelectionMethodModifierConstructorDescriptionRealmsRegionSelectionPreference
(RegionSelectionMethod selectionMethod, @Nullable RealmsRegion preferredRegion) -
Uses of RegionSelectionMethod in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen with type parameters of type RegionSelectionMethodModifier and TypeFieldDescriptionprivate final BiConsumer
<RegionSelectionMethod, RealmsRegion> RealmsRegionPreferenceScreen.onRegionChanged
Methods in net.minecraft.client.realms.gui.screen with parameters of type RegionSelectionMethodModifier 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 RegionSelectionMethodModifierConstructorDescriptionRegionEntry
(RegionSelectionMethod selectionMethod, @Nullable RealmsRegion region) Constructor parameters in net.minecraft.client.realms.gui.screen with type arguments of type RegionSelectionMethodModifierConstructorDescriptionRealmsRegionPreferenceScreen
(Screen parent, BiConsumer<RegionSelectionMethod, RealmsRegion> onRegionChanged, Map<RealmsRegion, ServiceQuality> availableRegions, RealmsSettingsTab.Region textSupplier) -
Uses of RegionSelectionMethod in net.minecraft.client.realms.gui.screen.tab
Fields in net.minecraft.client.realms.gui.screen.tab declared as RegionSelectionMethodModifier and TypeFieldDescriptionprivate final RegionSelectionMethod
RealmsSettingsTab.Region.preference
The field for thepreference
record component.Methods in net.minecraft.client.realms.gui.screen.tab that return RegionSelectionMethodModifier and TypeMethodDescriptionRealmsSettingsTab.Region.preference()
Returns the value of thepreference
record component.Methods in net.minecraft.client.realms.gui.screen.tab with parameters of type RegionSelectionMethodModifier and TypeMethodDescriptionprivate void
RealmsSettingsTab.onRegionChanged
(RegionSelectionMethod selectionMethod, RealmsRegion region) Constructors in net.minecraft.client.realms.gui.screen.tab with parameters of type RegionSelectionMethodModifierConstructorDescriptionRegion
(RegionSelectionMethod regionSelectionMethod, @Nullable RealmsRegion realmsRegion)