Uses of Enum Class
net.minecraft.client.realms.ServiceQuality
Packages that use ServiceQuality
Package
Description
-
Uses of ServiceQuality in net.minecraft.client.realms
Methods in net.minecraft.client.realms that return ServiceQualityModifier and TypeMethodDescriptionstatic @Nullable ServiceQuality
ServiceQuality.byIndex
(int index) ServiceQuality.ServiceQualityTypeAdapter.read
(JsonReader jsonReader) static ServiceQuality
Returns the enum constant of this class with the specified name.static ServiceQuality[]
ServiceQuality.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.realms with parameters of type ServiceQualityModifier and TypeMethodDescriptionvoid
ServiceQuality.ServiceQualityTypeAdapter.write
(JsonWriter jsonWriter, ServiceQuality serviceQuality) -
Uses of ServiceQuality in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto declared as ServiceQualityModifier and TypeFieldDescriptionprivate final @Nullable ServiceQuality
RealmsServerAddress.RegionData.serviceQuality
The field for theserviceQuality
record component.private final ServiceQuality
RegionData.serviceQuality
The field for theserviceQuality
record component.Methods in net.minecraft.client.realms.dto that return ServiceQualityModifier and TypeMethodDescriptionRealmsServerAddress.RegionData.serviceQuality()
Returns the value of theserviceQuality
record component.RegionData.serviceQuality()
Returns the value of theserviceQuality
record component.Constructors in net.minecraft.client.realms.dto with parameters of type ServiceQualityModifierConstructorDescriptionRegionData
(@Nullable RealmsRegion realmsRegion, @Nullable ServiceQuality serviceQuality) RegionData
(RealmsRegion realmsRegion, ServiceQuality serviceQuality) -
Uses of ServiceQuality in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen with type parameters of type ServiceQualityModifier and TypeFieldDescription(package private) final Map
<RealmsRegion, ServiceQuality> RealmsRegionPreferenceScreen.availableRegions
private final Map
<RealmsRegion, ServiceQuality> RealmsConfigureWorldScreen.regions
Constructor parameters in net.minecraft.client.realms.gui.screen with type arguments of type ServiceQualityModifierConstructorDescriptionRealmsRegionPreferenceScreen
(Screen parent, BiConsumer<RegionSelectionMethod, RealmsRegion> onRegionChanged, Map<RealmsRegion, ServiceQuality> availableRegions, RealmsSettingsTab.Region textSupplier) -
Uses of ServiceQuality in net.minecraft.client.realms.gui.screen.tab
Fields in net.minecraft.client.realms.gui.screen.tab with type parameters of type ServiceQualityModifier and TypeFieldDescriptionprivate final Map
<RealmsRegion, ServiceQuality> RealmsSettingsTab.availableRegions
Method parameters in net.minecraft.client.realms.gui.screen.tab with type arguments of type ServiceQualityModifier and TypeMethodDescriptionprivate static Identifier
RealmsSettingsTab.getQualityIcon
(RealmsSettingsTab.Region region, Map<RealmsRegion, ServiceQuality> qualityByRegion) Constructor parameters in net.minecraft.client.realms.gui.screen.tab with type arguments of type ServiceQualityModifierConstructorDescription(package private)
RealmsSettingsTab
(RealmsConfigureWorldScreen screen, MinecraftClient minecraftClient, RealmsServer realmsServer, Map<RealmsRegion, ServiceQuality> availableRegions)