Package net.minecraft.client.realms
Enum Class ServiceQuality
- All Implemented Interfaces:
Serializable,Comparable<ServiceQuality>,Constable
- Mappings:
Namespace Name named net/minecraft/client/realms/ServiceQualityintermediary net/minecraft/class_11313official fzj
-
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 ServiceQualitybyIndex(int index) getIcon()intgetIndex()static ServiceQualityReturns 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 GREATLnet/minecraft/client/realms/ServiceQuality;GREAT:Lnet/minecraft/client/realms/ServiceQuality;intermediary field_60233Lnet/minecraft/class_11313;field_60233:Lnet/minecraft/class_11313;official aLfzj;a:Lfzj;
-
GOOD
- Mappings:
Namespace Name Mixin selector named GOODLnet/minecraft/client/realms/ServiceQuality;GOOD:Lnet/minecraft/client/realms/ServiceQuality;intermediary field_60234Lnet/minecraft/class_11313;field_60234:Lnet/minecraft/class_11313;official bLfzj;b:Lfzj;
-
OKAY
- Mappings:
Namespace Name Mixin selector named OKAYLnet/minecraft/client/realms/ServiceQuality;OKAY:Lnet/minecraft/client/realms/ServiceQuality;intermediary field_60235Lnet/minecraft/class_11313;field_60235:Lnet/minecraft/class_11313;official cLfzj;c:Lfzj;
-
POOR
- Mappings:
Namespace Name Mixin selector named POORLnet/minecraft/client/realms/ServiceQuality;POOR:Lnet/minecraft/client/realms/ServiceQuality;intermediary field_60236Lnet/minecraft/class_11313;field_60236:Lnet/minecraft/class_11313;official dLfzj;d:Lfzj;
-
UNKNOWN
- Mappings:
Namespace Name Mixin selector named UNKNOWNLnet/minecraft/client/realms/ServiceQuality;UNKNOWN:Lnet/minecraft/client/realms/ServiceQuality;intermediary field_60237Lnet/minecraft/class_11313;field_60237:Lnet/minecraft/class_11313;official eLfzj;e:Lfzj;
-
-
Field Details
-
index
final int index- Mappings:
Namespace Name Mixin selector named indexLnet/minecraft/client/realms/ServiceQuality;index:Iintermediary field_60238Lnet/minecraft/class_11313;field_60238:Iofficial fLfzj;f:I
-
icon
- Mappings:
Namespace Name Mixin selector named iconLnet/minecraft/client/realms/ServiceQuality;icon:Lnet/minecraft/util/Identifier;intermediary field_60239Lnet/minecraft/class_11313;field_60239:Lnet/minecraft/class_2960;official gLfzj;g:Lamy;
-
-
Constructor Details
-
ServiceQuality
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/ServiceQuality;<init>(Ljava/lang/String;IILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_11313;<init>(Ljava/lang/String;IILjava/lang/String;)Vofficial <init>Lfzj;<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 byIndexLnet/minecraft/client/realms/ServiceQuality;byIndex(I)Lnet/minecraft/client/realms/ServiceQuality;intermediary method_71194Lnet/minecraft/class_11313;method_71194(I)Lnet/minecraft/class_11313;official aLfzj;a(I)Lfzj;
-
getIndex
public int getIndex()- Mappings:
Namespace Name Mixin selector named getIndexLnet/minecraft/client/realms/ServiceQuality;getIndex()Iintermediary method_71193Lnet/minecraft/class_11313;method_71193()Iofficial aLfzj;a()I
-
getIcon
- Mappings:
Namespace Name Mixin selector named getIconLnet/minecraft/client/realms/ServiceQuality;getIcon()Lnet/minecraft/util/Identifier;intermediary method_71195Lnet/minecraft/class_11313;method_71195()Lnet/minecraft/class_2960;official bLfzj;b()Lamy;
-