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 ServiceQuality
RealmsJoinInformation.RegionData.serviceQuality
The field for theserviceQuality
record component.private final ServiceQuality
RegionDataDto.serviceQuality
The field for theserviceQuality
record component.Methods in com.mojang.realmsclient.dto that return ServiceQualityModifier and TypeMethodDescriptionstatic ServiceQuality
ServiceQuality.byValue
(int pValue) ServiceQuality.RealmsServiceQualityJsonAdapter.read
(com.google.gson.stream.JsonReader p_419604_) RealmsJoinInformation.RegionData.serviceQuality()
Returns the value of theserviceQuality
record component.RegionDataDto.serviceQuality()
Returns the value of theserviceQuality
record component.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 com.mojang.realmsclient.dto with parameters of type ServiceQualityModifier and TypeMethodDescriptionvoid
ServiceQuality.RealmsServiceQualityJsonAdapter.write
(com.google.gson.stream.JsonWriter p_419523_, ServiceQuality p_419821_) Constructors in com.mojang.realmsclient.dto with parameters of type ServiceQualityModifierConstructorDescriptionRegionData
(RealmsRegion region, ServiceQuality serviceQuality) Creates an instance of aRegionData
record class.RegionDataDto
(RealmsRegion region, ServiceQuality serviceQuality) Creates an instance of aRegionDataDto
record 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.regionServiceQuality
private final Map
<RealmsRegion, ServiceQuality> RealmsSettingsTab.regionServiceQuality
Method parameters in com.mojang.realmsclient.gui.screens.configuration with type arguments of type ServiceQualityModifier and TypeMethodDescriptionprivate static ResourceLocation
RealmsSettingsTab.getServiceQualityIcon
(RealmsSettingsTab.RegionSelection pRegionSelection, Map<RealmsRegion, ServiceQuality> pQualities) Constructor parameters in com.mojang.realmsclient.gui.screens.configuration with type arguments of type ServiceQualityModifierConstructorDescriptionRealmsPreferredRegionSelectionScreen
(Screen pParent, BiConsumer<RegionSelectionPreference, RealmsRegion> pApplySettings, Map<RealmsRegion, ServiceQuality> pRegionServiceQuality, RealmsSettingsTab.RegionSelection pSelection) (package private)
RealmsSettingsTab
(RealmsConfigureWorldScreen pConfigurationScreen, Minecraft pMinecraft, RealmsServer pServerData, Map<RealmsRegion, ServiceQuality> pRegionServiceQuality)