Package net.minecraft
Enum Class class_12008
- All Implemented Interfaces:
Serializable,Comparable<class_12008>,Constable
- Mappings:
Namespace Name named net/minecraft/class_12008intermediary net/minecraft/class_12008official bvf
-
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 TypeFieldDescriptionstatic final PacketCodec<ByteBuf, class_12008> private static final IntFunction<class_12008> private final intprivate final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic class_12008Returns the enum constant of this class with the specified name.static class_12008[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
IN_BLOCK
- Mappings:
Namespace Name Mixin selector named IN_BLOCKLnet/minecraft/class_12008;IN_BLOCK:Lnet/minecraft/class_12008;intermediary field_62847Lnet/minecraft/class_12008;field_62847:Lnet/minecraft/class_12008;official aLbvf;a:Lbvf;
-
IN_FLUID
- Mappings:
Namespace Name Mixin selector named IN_FLUIDLnet/minecraft/class_12008;IN_FLUID:Lnet/minecraft/class_12008;intermediary field_62848Lnet/minecraft/class_12008;field_62848:Lnet/minecraft/class_12008;official bLbvf;b:Lbvf;
-
IN_AIR
- Mappings:
Namespace Name Mixin selector named IN_AIRLnet/minecraft/class_12008;IN_AIR:Lnet/minecraft/class_12008;intermediary field_62849Lnet/minecraft/class_12008;field_62849:Lnet/minecraft/class_12008;official cLbvf;c:Lbvf;
-
-
Field Details
-
field_62851
- Mappings:
Namespace Name Mixin selector named field_62851Lnet/minecraft/class_12008;field_62851:Ljava/util/function/IntFunction;intermediary field_62851Lnet/minecraft/class_12008;field_62851:Ljava/util/function/IntFunction;official eLbvf;e:Ljava/util/function/IntFunction;
-
field_62850
- Mappings:
Namespace Name Mixin selector named field_62850Lnet/minecraft/class_12008;field_62850:Lnet/minecraft/network/codec/PacketCodec;intermediary field_62850Lnet/minecraft/class_12008;field_62850:Lnet/minecraft/class_9139;official dLbvf;d:Laae;
-
field_62852
private final int field_62852- Mappings:
Namespace Name Mixin selector named field_62852Lnet/minecraft/class_12008;field_62852:Iintermediary field_62852Lnet/minecraft/class_12008;field_62852:Iofficial fLbvf;f:I
-
field_62853
private final int field_62853- Mappings:
Namespace Name Mixin selector named field_62853Lnet/minecraft/class_12008;field_62853:Iintermediary field_62853Lnet/minecraft/class_12008;field_62853:Iofficial gLbvf;g:I
-
-
Constructor Details
-
class_12008
private class_12008(int int2, int int3)
-
-
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_74564
public int method_74564()- Mappings:
Namespace Name Mixin selector named method_74564Lnet/minecraft/class_12008;method_74564()Iintermediary method_74564Lnet/minecraft/class_12008;method_74564()Iofficial aLbvf;a()I
-