Package net.minecraft
Enum Class class_6916.class_6921
- All Implemented Interfaces:
Serializable,Comparable<class_6916.class_6921>,Constable,class_6910,class_6910.class_6913
- Enclosing class:
class_6916
protected static enum class_6916.class_6921
extends Enum<class_6916.class_6921>
implements class_6910.class_6913
- Mappings:
Namespace Name official ctk$dintermediary net/minecraft/class_6916$class_6921named net/minecraft/class_6916$class_6921
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.class_6910
class_6910.class_6911, class_6910.class_6912, class_6910.class_6913, class_6910.class_6914, class_6910.class_6915 -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublemaxValue()doublemethod_40464(class_6910.class_6912 class_6912) voidmethod_40470(double[] double2, class_6910.class_6911 class_6911) doubleminValue()static class_6916.class_6921Returns the enum constant of this class with the specified name.static class_6916.class_6921[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.class_6910
method_40468, method_40471, method_40472, method_40473, method_40474, method_40475, method_40476Methods inherited from interface net.minecraft.class_6910.class_6913
method_40469
-
Enum Constant Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official aLctk$d;a:Lctk$d;intermediary field_36551Lnet/minecraft/class_6916$class_6921;field_36551:Lnet/minecraft/class_6916$class_6921;named INSTANCELnet/minecraft/class_6916$class_6921;INSTANCE:Lnet/minecraft/class_6916$class_6921;
-
-
Constructor Details
-
class_6921
private class_6921()
-
-
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_40464
- Specified by:
method_40464in interfaceclass_6910- Mappings:
Namespace Name Mixin selector official aLctj;a(Lctj$b;)Dintermediary method_40464Lnet/minecraft/class_6910;method_40464(Lnet/minecraft/class_6910$class_6912;)Dnamed method_40464Lnet/minecraft/class_6910;method_40464(Lnet/minecraft/class_6910$class_6912;)D
-
method_40470
- Specified by:
method_40470in interfaceclass_6910- Specified by:
method_40470in interfaceclass_6910.class_6913- Mappings:
Namespace Name Mixin selector official aLctj;a([DLctj$a;)Vintermediary method_40470Lnet/minecraft/class_6910;method_40470([DLnet/minecraft/class_6910$class_6911;)Vnamed method_40470Lnet/minecraft/class_6910;method_40470([DLnet/minecraft/class_6910$class_6911;)V
-
minValue
public double minValue()- Specified by:
minValuein interfaceclass_6910- Mappings:
Namespace Name Mixin selector official aLctj;a()Dintermediary comp_377Lnet/minecraft/class_6910;comp_377()Dnamed minValueLnet/minecraft/class_6910;minValue()D
-
maxValue
public double maxValue()- Specified by:
maxValuein interfaceclass_6910- Mappings:
Namespace Name Mixin selector official bLctj;b()Dintermediary comp_378Lnet/minecraft/class_6910;comp_378()Dnamed maxValueLnet/minecraft/class_6910;maxValue()D
-