Package net.minecraft.client.twitch
Enum Class Twitch.TextureType
- All Implemented Interfaces:
Serializable,Comparable<Twitch.TextureType>,Constable
- Enclosing class:
- Twitch
- Mappings:
Namespace Name official bqk$dintermediary net/minecraft/class_1923$class_2545named net/minecraft/client/twitch/Twitch$TextureType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Twitch.TextureTypeReturns the enum constant of this class with the specified name.static Twitch.TextureType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLbqk$d;a:Lbqk$d;intermediary field_11378Lnet/minecraft/class_1923$class_2545;field_11378:Lnet/minecraft/class_1923$class_2545;named NONELnet/minecraft/client/twitch/Twitch$TextureType;NONE:Lnet/minecraft/client/twitch/Twitch$TextureType;
-
URL
- Mappings:
Namespace Name Mixin selector official bLbqk$d;b:Lbqk$d;intermediary field_11379Lnet/minecraft/class_1923$class_2545;field_11379:Lnet/minecraft/class_1923$class_2545;named URLLnet/minecraft/client/twitch/Twitch$TextureType;URL:Lnet/minecraft/client/twitch/Twitch$TextureType;
-
TEXTURE_ATLAS
- Mappings:
Namespace Name Mixin selector official cLbqk$d;c:Lbqk$d;intermediary field_11380Lnet/minecraft/class_1923$class_2545;field_11380:Lnet/minecraft/class_1923$class_2545;named TEXTURE_ATLASLnet/minecraft/client/twitch/Twitch$TextureType;TEXTURE_ATLAS:Lnet/minecraft/client/twitch/Twitch$TextureType;
-
-
Constructor Details
-
TextureType
private TextureType()
-
-
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
-