Uses of Enum Class
com.mojang.realmsclient.dto.ServiceQuality
Packages that use ServiceQuality
-
Uses of ServiceQuality in com.mojang.realmsclient.dto
Subclasses with type arguments of type ServiceQuality in com.mojang.realmsclient.dtoModifier and TypeClassDescriptionenumstatic classFields in com.mojang.realmsclient.dto declared as ServiceQualityModifier and TypeFieldDescriptionprivate final @Nullable 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 @Nullable ServiceQualityServiceQuality.byValue(int value) ServiceQuality.RealmsServiceQualityJsonAdapter.read(JsonReader jsonReader) @Nullable ServiceQualityRealmsJoinInformation.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 jsonWriter, ServiceQuality quality) Constructors in com.mojang.realmsclient.dto with parameters of type ServiceQualityModifierConstructorDescriptionRegionData(@Nullable RealmsRegion region, @Nullable 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.regionServiceQualityprivate 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 IdentifierRealmsSettingsTab.getServiceQualityIcon(RealmsSettingsTab.RegionSelection regionSelection, Map<RealmsRegion, ServiceQuality> regionServiceQuality) 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 currentSelection) (package private)RealmsSettingsTab(RealmsConfigureWorldScreen configurationScreen, Minecraft minecraft, RealmsServer serverData, Map<RealmsRegion, ServiceQuality> regionServiceQuality)