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 ServiceQualityServiceQuality.byIndex(int index) ServiceQuality.ServiceQualityTypeAdapter.read(JsonReader jsonReader) static ServiceQualityReturns 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 TypeMethodDescriptionvoidServiceQuality.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 ServiceQualityRealmsServerAddress.RegionData.serviceQualityThe field for theserviceQualityrecord component.private final ServiceQualityRegionData.serviceQualityThe field for theserviceQualityrecord component.Methods in net.minecraft.client.realms.dto that return ServiceQualityModifier and TypeMethodDescriptionRealmsServerAddress.RegionData.serviceQuality()Returns the value of theserviceQualityrecord component.RegionData.serviceQuality()Returns the value of theserviceQualityrecord 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.availableRegionsprivate final Map<RealmsRegion, ServiceQuality> RealmsConfigureWorldScreen.regionsConstructor 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.availableRegionsMethod parameters in net.minecraft.client.realms.gui.screen.tab with type arguments of type ServiceQualityModifier and TypeMethodDescriptionprivate static IdentifierRealmsSettingsTab.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)