Package net.minecraft.client.texture
Enum Class ClampedTexture
- All Implemented Interfaces:
Serializable,Comparable<ClampedTexture>,Constable
- Mappings:
Namespace Name named net/minecraft/client/texture/ClampedTextureintermediary net/minecraft/class_10790official fjp
-
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 TypeMethodDescriptionstatic ClampedTextureReturns the enum constant of this class with the specified name.static ClampedTexture[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REPEAT
- Mappings:
Namespace Name Mixin selector named REPEATLnet/minecraft/client/texture/ClampedTexture;REPEAT:Lnet/minecraft/client/texture/ClampedTexture;intermediary field_56752Lnet/minecraft/class_10790;field_56752:Lnet/minecraft/class_10790;official aLfjp;a:Lfjp;
-
CLAMP_TO_EDGE
- Mappings:
Namespace Name Mixin selector named CLAMP_TO_EDGELnet/minecraft/client/texture/ClampedTexture;CLAMP_TO_EDGE:Lnet/minecraft/client/texture/ClampedTexture;intermediary field_56753Lnet/minecraft/class_10790;field_56753:Lnet/minecraft/class_10790;official bLfjp;b:Lfjp;
-
-
Field Details
-
identifier
final int identifier- Mappings:
Namespace Name Mixin selector named identifierLnet/minecraft/client/texture/ClampedTexture;identifier:Iintermediary field_56754Lnet/minecraft/class_10790;field_56754:Iofficial cLfjp;c:I
-
-
Constructor Details
-
ClampedTexture
private ClampedTexture(int id) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/texture/ClampedTexture;<init>(Ljava/lang/String;II)Vintermediary <init>Lnet/minecraft/class_10790;<init>(Ljava/lang/String;II)Vofficial <init>Lfjp;<init>(Ljava/lang/String;II)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
-