Package net.minecraft
Enum Class class_10790
- All Implemented Interfaces:
Serializable,Comparable<class_10790>,Constable
- Mappings:
Namespace Name named net/minecraft/class_10790intermediary 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 class_10790Returns the enum constant of this class with the specified name.static class_10790[]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/class_10790;REPEAT:Lnet/minecraft/class_10790;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/class_10790;CLAMP_TO_EDGE:Lnet/minecraft/class_10790;intermediary field_56753Lnet/minecraft/class_10790;field_56753:Lnet/minecraft/class_10790;official bLfjp;b:Lfjp;
-
-
Field Details
-
field_56754
final int field_56754- Mappings:
Namespace Name Mixin selector named field_56754Lnet/minecraft/class_10790;field_56754:Iintermediary field_56754Lnet/minecraft/class_10790;field_56754:Iofficial cLfjp;c:I
-
-
Constructor Details
-
class_10790
private class_10790(int int2)
-
-
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
-