Package net.minecraft
Enum Class class_3269
- All Implemented Interfaces:
Serializable,Comparable<class_3269>,Constable
- Mappings:
Namespace Name official ckpintermediary net/minecraft/class_3269named net/minecraft/class_3269
-
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
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final intprivate final intprivate final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateclass_3269(int int2, int int3, int int4, int int5, int int6) -
Method Summary
Modifier and TypeMethodDescriptionintintmethod_14520(int int2) booleanmethod_14521(int int2, int int3, int int4, double double2, double double3) voidmethod_14522(int int2, int int3, int int4, HeldItemRenderer heldItemRenderer, ItemStack itemStack) voidmethod_14523(DrawableHelper drawableHelper, int int2, int int3, boolean bool, int int4) intmethod_14524(int int2) static class_3269Returns the enum constant of this class with the specified name.static class_3269[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_15972
- Mappings:
Namespace Name Mixin selector official aLckp;a:Lckp;intermediary field_15972Lnet/minecraft/class_3269;field_15972:Lnet/minecraft/class_3269;named field_15972Lnet/minecraft/class_3269;field_15972:Lnet/minecraft/class_3269;
-
field_15973
- Mappings:
Namespace Name Mixin selector official bLckp;b:Lckp;intermediary field_15973Lnet/minecraft/class_3269;field_15973:Lnet/minecraft/class_3269;named field_15973Lnet/minecraft/class_3269;field_15973:Lnet/minecraft/class_3269;
-
field_15974
- Mappings:
Namespace Name Mixin selector official cLckp;c:Lckp;intermediary field_15974Lnet/minecraft/class_3269;field_15974:Lnet/minecraft/class_3269;named field_15974Lnet/minecraft/class_3269;field_15974:Lnet/minecraft/class_3269;
-
field_15975
- Mappings:
Namespace Name Mixin selector official dLckp;d:Lckp;intermediary field_15975Lnet/minecraft/class_3269;field_15975:Lnet/minecraft/class_3269;named field_15975Lnet/minecraft/class_3269;field_15975:Lnet/minecraft/class_3269;
-
-
Field Details
-
field_15977
private final int field_15977- Mappings:
Namespace Name Mixin selector official eLckp;e:Iintermediary field_15977Lnet/minecraft/class_3269;field_15977:Inamed field_15977Lnet/minecraft/class_3269;field_15977:I
-
field_15978
private final int field_15978- Mappings:
Namespace Name Mixin selector official fLckp;f:Iintermediary field_15978Lnet/minecraft/class_3269;field_15978:Inamed field_15978Lnet/minecraft/class_3269;field_15978:I
-
field_15979
private final int field_15979- Mappings:
Namespace Name Mixin selector official gLckp;g:Iintermediary field_15979Lnet/minecraft/class_3269;field_15979:Inamed field_15979Lnet/minecraft/class_3269;field_15979:I
-
field_15980
private final int field_15980- Mappings:
Namespace Name Mixin selector official hLckp;h:Iintermediary field_15980Lnet/minecraft/class_3269;field_15980:Inamed field_15980Lnet/minecraft/class_3269;field_15980:I
-
field_15981
private final int field_15981- Mappings:
Namespace Name Mixin selector official iLckp;i:Iintermediary field_15981Lnet/minecraft/class_3269;field_15981:Inamed field_15981Lnet/minecraft/class_3269;field_15981:I
-
-
Constructor Details
-
class_3269
private class_3269(int int2, int int3, int int4, int int5, int int6)
-
-
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_14519
public int method_14519()- Mappings:
Namespace Name Mixin selector official aLckp;a()Iintermediary method_14519Lnet/minecraft/class_3269;method_14519()Inamed method_14519Lnet/minecraft/class_3269;method_14519()I
-
method_14523
- Mappings:
Namespace Name Mixin selector official aLckp;a(Lcgm;IIZI)Vintermediary method_14523Lnet/minecraft/class_3269;method_14523(Lnet/minecraft/class_372;IIZI)Vnamed method_14523Lnet/minecraft/class_3269;method_14523(Lnet/minecraft/client/gui/DrawableHelper;IIZI)V
-
method_14522
public void method_14522(int int2, int int3, int int4, HeldItemRenderer heldItemRenderer, ItemStack itemStack) - Mappings:
Namespace Name Mixin selector official aLckp;a(IIILczg;Late;)Vintermediary method_14522Lnet/minecraft/class_3269;method_14522(IIILnet/minecraft/class_529;Lnet/minecraft/class_1071;)Vnamed method_14522Lnet/minecraft/class_3269;method_14522(IIILnet/minecraft/client/render/item/HeldItemRenderer;Lnet/minecraft/item/ItemStack;)V
-
method_14520
public int method_14520(int int2) - Mappings:
Namespace Name Mixin selector official aLckp;a(I)Iintermediary method_14520Lnet/minecraft/class_3269;method_14520(I)Inamed method_14520Lnet/minecraft/class_3269;method_14520(I)I
-
method_14524
public int method_14524(int int2) - Mappings:
Namespace Name Mixin selector official bLckp;b(I)Iintermediary method_14524Lnet/minecraft/class_3269;method_14524(I)Inamed method_14524Lnet/minecraft/class_3269;method_14524(I)I
-
method_14521
public boolean method_14521(int int2, int int3, int int4, double double2, double double3) - Mappings:
Namespace Name Mixin selector official aLckp;a(IIIDD)Zintermediary method_14521Lnet/minecraft/class_3269;method_14521(IIIDD)Znamed method_14521Lnet/minecraft/class_3269;method_14521(IIIDD)Z
-