Uses of Enum Class
net.minecraft.client.realms.dto.RealmsRegionSelectionPreference.SelectionMethod
Packages that use RealmsRegionSelectionPreference.SelectionMethod
Package
Description
-
Uses of RealmsRegionSelectionPreference.SelectionMethod in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto declared as RealmsRegionSelectionPreference.SelectionMethodModifier and TypeFieldDescriptionstatic final RealmsRegionSelectionPreference.SelectionMethodRealmsRegionSelectionPreference.SelectionMethod.DEFAULTRealmsRegionSelectionPreference.selectionMethodMethods in net.minecraft.client.realms.dto that return RealmsRegionSelectionPreference.SelectionMethodModifier and TypeMethodDescriptionRealmsRegionSelectionPreference.SelectionMethodTypeAdapter.read(JsonReader jsonReader) Returns the enum constant of this class with the specified name.RealmsRegionSelectionPreference.SelectionMethod.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 RealmsRegionSelectionPreference.SelectionMethodModifier and TypeMethodDescriptionvoidRealmsRegionSelectionPreference.SelectionMethodTypeAdapter.write(JsonWriter jsonWriter, RealmsRegionSelectionPreference.SelectionMethod selectionMethod) Constructors in net.minecraft.client.realms.dto with parameters of type RealmsRegionSelectionPreference.SelectionMethodModifierConstructorDescriptionRealmsRegionSelectionPreference(RealmsRegionSelectionPreference.SelectionMethod selectionMethod, @Nullable RealmsRegion preferredRegion) -
Uses of RealmsRegionSelectionPreference.SelectionMethod in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen with type parameters of type RealmsRegionSelectionPreference.SelectionMethodMethods in net.minecraft.client.realms.gui.screen with parameters of type RealmsRegionSelectionPreference.SelectionMethodModifier 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 RealmsRegionSelectionPreference.SelectionMethodModifierConstructorDescriptionRegionEntry(RealmsRegionSelectionPreference.SelectionMethod selectionMethod, @Nullable RealmsRegion region) Constructor parameters in net.minecraft.client.realms.gui.screen with type arguments of type RealmsRegionSelectionPreference.SelectionMethodModifierConstructorDescriptionRealmsRegionPreferenceScreen(Screen parent, BiConsumer<RealmsRegionSelectionPreference.SelectionMethod, RealmsRegion> onRegionChanged, Map<RealmsRegion, ServiceQuality> availableRegions, RealmsSettingsTab.Region textSupplier) -
Uses of RealmsRegionSelectionPreference.SelectionMethod in net.minecraft.client.realms.gui.screen.tab
Fields in net.minecraft.client.realms.gui.screen.tab declared as RealmsRegionSelectionPreference.SelectionMethodModifier and TypeFieldDescriptionprivate final RealmsRegionSelectionPreference.SelectionMethodRealmsSettingsTab.Region.preferenceThe field for thepreferencerecord component.Methods in net.minecraft.client.realms.gui.screen.tab that return RealmsRegionSelectionPreference.SelectionMethodModifier and TypeMethodDescriptionRealmsSettingsTab.Region.preference()Returns the value of thepreferencerecord component.Methods in net.minecraft.client.realms.gui.screen.tab with parameters of type RealmsRegionSelectionPreference.SelectionMethodModifier and TypeMethodDescriptionprivate voidRealmsSettingsTab.onRegionChanged(RealmsRegionSelectionPreference.SelectionMethod selectionMethod, RealmsRegion region) Constructors in net.minecraft.client.realms.gui.screen.tab with parameters of type RealmsRegionSelectionPreference.SelectionMethodModifierConstructorDescriptionRegion(RealmsRegionSelectionPreference.SelectionMethod selectionMethod, @Nullable RealmsRegion realmsRegion)