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.preferredRegionprivate final RealmsRegionRegionData.regionThe field for theregionrecord component.Methods in net.minecraft.client.realms.dto that return RealmsRegionModifier and TypeMethodDescriptionstatic @Nullable RealmsRegionRealmsRegion.RegionTypeAdapter.read(JsonReader jsonReader) RegionData.region()Returns the value of theregionrecord component.static RealmsRegionReturns 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 TypeMethodDescriptionvoidRealmsRegion.RegionTypeAdapter.write(JsonWriter jsonWriter, RealmsRegion realmsRegion) Constructors in net.minecraft.client.realms.dto with parameters of type RealmsRegionModifierConstructorDescriptionRealmsRegionSelectionPreference(RealmsRegionSelectionPreference.SelectionMethod selectionMethod, @Nullable RealmsRegion preferredRegion) 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 TypeFieldDescriptionRealmsRegionPreferenceScreen.regionBiConsumerprivate final Map<RealmsRegion, ServiceQuality> RealmsConfigureWorldScreen.regions(package private) final Map<RealmsRegion, ServiceQuality> RealmsRegionPreferenceScreen.regionServiceMethods in net.minecraft.client.realms.gui.screen with parameters of type RealmsRegionModifier and TypeMethodDescriptionvoidRealmsConfigureWorldScreen.saveSettings(String string, String string2, RealmsRegionSelectionPreference.SelectionMethod selectionMethod, @Nullable RealmsRegion realmsRegion) Constructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsRegionModifierConstructorDescriptionclass_11318(RealmsRegionSelectionPreference.SelectionMethod selectionMethod, @Nullable RealmsRegion realmsRegion) Constructor parameters in net.minecraft.client.realms.gui.screen with type arguments of type RealmsRegionModifierConstructorDescriptionRealmsRegionPreferenceScreen(Screen parent, BiConsumer<RealmsRegionSelectionPreference.SelectionMethod, RealmsRegion> regionBiConsumer, Map<RealmsRegion, ServiceQuality> regionService, RealmsSettingsTab.class_11320 class_11320) RealmsRegionPreferenceScreen(Screen parent, BiConsumer<RealmsRegionSelectionPreference.SelectionMethod, RealmsRegion> regionBiConsumer, Map<RealmsRegion, ServiceQuality> regionService, RealmsSettingsTab.class_11320 class_11320) -
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 RealmsRegionRealmsSettingsTab.class_11320.regionThe field for theregionrecord component.Fields in net.minecraft.client.realms.gui.screen.tab with type parameters of type RealmsRegionModifier and TypeFieldDescriptionprivate final Map<RealmsRegion, ServiceQuality> RealmsSettingsTab.regionServiceMethods in net.minecraft.client.realms.gui.screen.tab that return RealmsRegionModifier and TypeMethodDescriptionRealmsSettingsTab.class_11320.region()Returns the value of theregionrecord component.Methods in net.minecraft.client.realms.gui.screen.tab with parameters of type RealmsRegionModifier and TypeMethodDescriptionprivate voidRealmsSettingsTab.method_71234(RealmsRegionSelectionPreference.SelectionMethod selectionMethod, RealmsRegion realmsRegion) Method parameters in net.minecraft.client.realms.gui.screen.tab with type arguments of type RealmsRegionModifier and TypeMethodDescriptionprivate static IdentifierRealmsSettingsTab.method_71237(RealmsSettingsTab.class_11320 class_11320, Map<RealmsRegion, ServiceQuality> map) Constructors in net.minecraft.client.realms.gui.screen.tab with parameters of type RealmsRegionModifierConstructorDescriptionclass_11320(RealmsRegionSelectionPreference.SelectionMethod selectionMethod, @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 client, RealmsServer server, Map<RealmsRegion, ServiceQuality> regionService)