Uses of Enum Class
com.mojang.realmsclient.dto.ServiceQuality
Packages that use ServiceQuality
-
Uses of ServiceQuality in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as ServiceQualityModifier and TypeFieldDescriptionprivate final ServiceQualityRealmsJoinInformation.RegionData.serviceQualityThe field for theserviceQualityrecord component.private final ServiceQualityRegionDataDto.serviceQualityThe field for theserviceQualityrecord component.Methods in com.mojang.realmsclient.dto that return ServiceQualityModifier and TypeMethodDescriptionstatic ServiceQualityServiceQuality.byValue(int value) ServiceQuality.RealmsServiceQualityJsonAdapter.read(JsonReader reader) RealmsJoinInformation.RegionData.serviceQuality()Returns the value of theserviceQualityrecord component.RegionDataDto.serviceQuality()Returns the value of theserviceQualityrecord component.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 com.mojang.realmsclient.dto with parameters of type ServiceQualityModifier and TypeMethodDescriptionvoidServiceQuality.RealmsServiceQualityJsonAdapter.write(JsonWriter writer, ServiceQuality serviceQuality) Constructors in com.mojang.realmsclient.dto with parameters of type ServiceQualityModifierConstructorDescriptionRegionData(RealmsRegion region, ServiceQuality serviceQuality) Creates an instance of aRegionDatarecord class.RegionDataDto(RealmsRegion region, ServiceQuality serviceQuality) Creates an instance of aRegionDataDtorecord class. -
Uses of ServiceQuality in com.mojang.realmsclient.gui.screens.configuration
Fields in com.mojang.realmsclient.gui.screens.configuration with type parameters of type ServiceQualityModifier and TypeFieldDescriptionprivate final Map<RealmsRegion, ServiceQuality> RealmsConfigureWorldScreen.regionServiceQuality(package private) final Map<RealmsRegion, ServiceQuality> RealmsPreferredRegionSelectionScreen.regionServiceQualityprivate final Map<RealmsRegion, ServiceQuality> RealmsSettingsTab.regionServiceQualityMethod parameters in com.mojang.realmsclient.gui.screens.configuration with type arguments of type ServiceQualityModifier and TypeMethodDescriptionprivate static ResourceLocationRealmsSettingsTab.getServiceQualityIcon(RealmsSettingsTab.RegionSelection regionSelection, Map<RealmsRegion, ServiceQuality> qualities) Constructor parameters in com.mojang.realmsclient.gui.screens.configuration with type arguments of type ServiceQualityModifierConstructorDescriptionRealmsPreferredRegionSelectionScreen(Screen parent, BiConsumer<RegionSelectionPreference, RealmsRegion> applySettings, Map<RealmsRegion, ServiceQuality> regionServiceQuality, RealmsSettingsTab.RegionSelection selection) (package private)RealmsSettingsTab(RealmsConfigureWorldScreen configurationScreen, Minecraft minecraft, RealmsServer serverData, Map<RealmsRegion, ServiceQuality> regionServiceQuality)