Package net.minecraft

Enum Class class_12008

java.lang.Object
java.lang.Enum<class_12008>
net.minecraft.class_12008
All Implemented Interfaces:
Serializable, Comparable<class_12008>, Constable

public enum class_12008 extends Enum<class_12008>
Mappings:
Namespace Name
named net/minecraft/class_12008
intermediary net/minecraft/class_12008
official bvf
  • Enum Constant Details

    • IN_BLOCK

      public static final class_12008 IN_BLOCK
      Mappings:
      Namespace Name Mixin selector
      named IN_BLOCK Lnet/minecraft/class_12008;IN_BLOCK:Lnet/minecraft/class_12008;
      intermediary field_62847 Lnet/minecraft/class_12008;field_62847:Lnet/minecraft/class_12008;
      official a Lbvf;a:Lbvf;
    • IN_FLUID

      public static final class_12008 IN_FLUID
      Mappings:
      Namespace Name Mixin selector
      named IN_FLUID Lnet/minecraft/class_12008;IN_FLUID:Lnet/minecraft/class_12008;
      intermediary field_62848 Lnet/minecraft/class_12008;field_62848:Lnet/minecraft/class_12008;
      official b Lbvf;b:Lbvf;
    • IN_AIR

      public static final class_12008 IN_AIR
      Mappings:
      Namespace Name Mixin selector
      named IN_AIR Lnet/minecraft/class_12008;IN_AIR:Lnet/minecraft/class_12008;
      intermediary field_62849 Lnet/minecraft/class_12008;field_62849:Lnet/minecraft/class_12008;
      official c Lbvf;c:Lbvf;
  • Field Details

    • field_62851

      private static final IntFunction<class_12008> field_62851
      Mappings:
      Namespace Name Mixin selector
      named field_62851 Lnet/minecraft/class_12008;field_62851:Ljava/util/function/IntFunction;
      intermediary field_62851 Lnet/minecraft/class_12008;field_62851:Ljava/util/function/IntFunction;
      official e Lbvf;e:Ljava/util/function/IntFunction;
    • field_62850

      public static final PacketCodec<ByteBuf,class_12008> field_62850
      Mappings:
      Namespace Name Mixin selector
      named field_62850 Lnet/minecraft/class_12008;field_62850:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_62850 Lnet/minecraft/class_12008;field_62850:Lnet/minecraft/class_9139;
      official d Lbvf;d:Laae;
    • field_62852

      private final int field_62852
      Mappings:
      Namespace Name Mixin selector
      named field_62852 Lnet/minecraft/class_12008;field_62852:I
      intermediary field_62852 Lnet/minecraft/class_12008;field_62852:I
      official f Lbvf;f:I
    • field_62853

      private final int field_62853
      Mappings:
      Namespace Name Mixin selector
      named field_62853 Lnet/minecraft/class_12008;field_62853:I
      intermediary field_62853 Lnet/minecraft/class_12008;field_62853:I
      official g Lbvf;g:I
  • Constructor Details

    • class_12008

      private class_12008(int int2, int int3)
  • Method Details

    • values

      public static class_12008[] 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

      public static class_12008 valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • method_74564

      public int method_74564()
      Mappings:
      Namespace Name Mixin selector
      named method_74564 Lnet/minecraft/class_12008;method_74564()I
      intermediary method_74564 Lnet/minecraft/class_12008;method_74564()I
      official a Lbvf;a()I