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