Package net.minecraft
Enum Class class_8518
- All Implemented Interfaces:
Serializable
,Comparable<class_8518>
,Constable
- Mappings:
Namespace Name official egk
intermediary net/minecraft/class_8518
named net/minecraft/class_8518
-
Nested Class Summary
Nested 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 TypeMethodDescriptionmethod_51418
(ResourcePack resourcePack) private InputSupplier<InputStream>
method_51419
(ResourcePack resourcePack, String string) method_51420
(ResourcePack resourcePack) static class_8518
Returns the enum constant of this class with the specified name.static class_8518[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RELEASE
- Mappings:
Namespace Name Mixin selector official a
Legk;a:Legk;
intermediary field_44650
Lnet/minecraft/class_8518;field_44650:Lnet/minecraft/class_8518;
named RELEASE
Lnet/minecraft/class_8518;RELEASE:Lnet/minecraft/class_8518;
-
SNAPSHOT
- Mappings:
Namespace Name Mixin selector official b
Legk;b:Legk;
intermediary field_44651
Lnet/minecraft/class_8518;field_44651:Lnet/minecraft/class_8518;
named SNAPSHOT
Lnet/minecraft/class_8518;SNAPSHOT:Lnet/minecraft/class_8518;
-
-
Field Details
-
field_44652
- Mappings:
Namespace Name Mixin selector official c
Legk;c:[Ljava/lang/String;
intermediary field_44652
Lnet/minecraft/class_8518;field_44652:[Ljava/lang/String;
named field_44652
Lnet/minecraft/class_8518;field_44652:[Ljava/lang/String;
-
-
Constructor Details
-
class_8518
-
-
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
-
method_51418
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Legk;a(Lajj;)Ljava/util/List;
intermediary method_51418
Lnet/minecraft/class_8518;method_51418(Lnet/minecraft/class_3262;)Ljava/util/List;
named method_51418
Lnet/minecraft/class_8518;method_51418(Lnet/minecraft/resource/ResourcePack;)Ljava/util/List;
-
method_51420
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official b
Legk;b(Lajj;)Lakn;
intermediary method_51420
Lnet/minecraft/class_8518;method_51420(Lnet/minecraft/class_3262;)Lnet/minecraft/class_7367;
named method_51420
Lnet/minecraft/class_8518;method_51420(Lnet/minecraft/resource/ResourcePack;)Lnet/minecraft/resource/InputSupplier;
-
method_51419
private InputSupplier<InputStream> method_51419(ResourcePack resourcePack, String string) throws IOException - Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Legk;a(Lajj;Ljava/lang/String;)Lakn;
intermediary method_51419
Lnet/minecraft/class_8518;method_51419(Lnet/minecraft/class_3262;Ljava/lang/String;)Lnet/minecraft/class_7367;
named method_51419
Lnet/minecraft/class_8518;method_51419(Lnet/minecraft/resource/ResourcePack;Ljava/lang/String;)Lnet/minecraft/resource/InputSupplier;
-