Package net.minecraft.client.realms
Enum Class ServiceQuality
- All Implemented Interfaces:
Serializable
,Comparable<ServiceQuality>
,Constable
- Mappings:
Namespace Name named net/minecraft/client/realms/ServiceQuality
intermediary net/minecraft/class_11313
official fqm
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ServiceQuality
byIndex
(int index) getIcon()
int
getIndex()
static ServiceQuality
Returns the enum constant of this class with the specified name.static ServiceQuality[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GREAT
- Mappings:
Namespace Name Mixin selector named GREAT
Lnet/minecraft/client/realms/ServiceQuality;GREAT:Lnet/minecraft/client/realms/ServiceQuality;
intermediary field_60233
Lnet/minecraft/class_11313;field_60233:Lnet/minecraft/class_11313;
official a
Lfqm;a:Lfqm;
-
GOOD
- Mappings:
Namespace Name Mixin selector named GOOD
Lnet/minecraft/client/realms/ServiceQuality;GOOD:Lnet/minecraft/client/realms/ServiceQuality;
intermediary field_60234
Lnet/minecraft/class_11313;field_60234:Lnet/minecraft/class_11313;
official b
Lfqm;b:Lfqm;
-
OKAY
- Mappings:
Namespace Name Mixin selector named OKAY
Lnet/minecraft/client/realms/ServiceQuality;OKAY:Lnet/minecraft/client/realms/ServiceQuality;
intermediary field_60235
Lnet/minecraft/class_11313;field_60235:Lnet/minecraft/class_11313;
official c
Lfqm;c:Lfqm;
-
POOR
- Mappings:
Namespace Name Mixin selector named POOR
Lnet/minecraft/client/realms/ServiceQuality;POOR:Lnet/minecraft/client/realms/ServiceQuality;
intermediary field_60236
Lnet/minecraft/class_11313;field_60236:Lnet/minecraft/class_11313;
official d
Lfqm;d:Lfqm;
-
UNKNOWN
- Mappings:
Namespace Name Mixin selector named UNKNOWN
Lnet/minecraft/client/realms/ServiceQuality;UNKNOWN:Lnet/minecraft/client/realms/ServiceQuality;
intermediary field_60237
Lnet/minecraft/class_11313;field_60237:Lnet/minecraft/class_11313;
official e
Lfqm;e:Lfqm;
-
-
Field Details
-
index
final int index- Mappings:
Namespace Name Mixin selector named index
Lnet/minecraft/client/realms/ServiceQuality;index:I
intermediary field_60238
Lnet/minecraft/class_11313;field_60238:I
official f
Lfqm;f:I
-
icon
- Mappings:
Namespace Name Mixin selector named icon
Lnet/minecraft/client/realms/ServiceQuality;icon:Lnet/minecraft/util/Identifier;
intermediary field_60239
Lnet/minecraft/class_11313;field_60239:Lnet/minecraft/class_2960;
official g
Lfqm;g:Lame;
-
-
Constructor Details
-
ServiceQuality
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/realms/ServiceQuality;<init>(Ljava/lang/String;IILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_11313;<init>(Ljava/lang/String;IILjava/lang/String;)V
official <init>
Lfqm;<init>(Ljava/lang/String;IILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
byIndex
- Mappings:
Namespace Name Mixin selector named byIndex
Lnet/minecraft/client/realms/ServiceQuality;byIndex(I)Lnet/minecraft/client/realms/ServiceQuality;
intermediary method_71194
Lnet/minecraft/class_11313;method_71194(I)Lnet/minecraft/class_11313;
official a
Lfqm;a(I)Lfqm;
-
getIndex
public int getIndex()- Mappings:
Namespace Name Mixin selector named getIndex
Lnet/minecraft/client/realms/ServiceQuality;getIndex()I
intermediary method_71193
Lnet/minecraft/class_11313;method_71193()I
official a
Lfqm;a()I
-
getIcon
- Mappings:
Namespace Name Mixin selector named getIcon
Lnet/minecraft/client/realms/ServiceQuality;getIcon()Lnet/minecraft/util/Identifier;
intermediary method_71195
Lnet/minecraft/class_11313;method_71195()Lnet/minecraft/class_2960;
official b
Lfqm;b()Lame;
-