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 RegionSelectionMethodRegionSelectionMethod.DEFAULTRealmsRegionSelectionPreference.selectionMethodMethods in net.minecraft.client.realms.dto that return RegionSelectionMethodModifier and TypeMethodDescriptionRegionSelectionMethod.SelectionMethodTypeAdapter.read(JsonReader jsonReader) static RegionSelectionMethodReturns 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 TypeMethodDescriptionvoidRegionSelectionMethod.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.onRegionChangedMethods in net.minecraft.client.realms.gui.screen with parameters of type RegionSelectionMethodModifier and TypeMethodDescriptionvoidRealmsConfigureWorldScreen.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 RegionSelectionMethodRealmsSettingsTab.Region.preferenceThe field for thepreferencerecord component.Methods in net.minecraft.client.realms.gui.screen.tab that return RegionSelectionMethodModifier and TypeMethodDescriptionRealmsSettingsTab.Region.preference()Returns the value of thepreferencerecord component.Methods in net.minecraft.client.realms.gui.screen.tab with parameters of type RegionSelectionMethodModifier and TypeMethodDescriptionprivate voidRealmsSettingsTab.onRegionChanged(RegionSelectionMethod selectionMethod, RealmsRegion region) Constructors in net.minecraft.client.realms.gui.screen.tab with parameters of type RegionSelectionMethodModifierConstructorDescriptionRegion(RegionSelectionMethod regionSelectionMethod, @Nullable RealmsRegion realmsRegion)