Enum Class DecoratedPotBlockEntity.class_8837

java.lang.Object
java.lang.Enum<DecoratedPotBlockEntity.class_8837>
net.minecraft.block.entity.DecoratedPotBlockEntity.class_8837
All Implemented Interfaces:
Serializable, Comparable<DecoratedPotBlockEntity.class_8837>, Constable
Enclosing class:
DecoratedPotBlockEntity

public static enum DecoratedPotBlockEntity.class_8837 extends Enum<DecoratedPotBlockEntity.class_8837>
Mappings:
Namespace Name
official dem$b
intermediary net/minecraft/class_8172$class_8837
named net/minecraft/block/entity/DecoratedPotBlockEntity$class_8837
  • Enum Constant Details

    • POSITIVE

      public static final DecoratedPotBlockEntity.class_8837 POSITIVE
      Mappings:
      Namespace Name Mixin selector
      official a Ldem$b;a:Ldem$b;
      intermediary field_46664 Lnet/minecraft/class_8172$class_8837;field_46664:Lnet/minecraft/class_8172$class_8837;
      named POSITIVE Lnet/minecraft/block/entity/DecoratedPotBlockEntity$class_8837;POSITIVE:Lnet/minecraft/block/entity/DecoratedPotBlockEntity$class_8837;
    • NEGATIVE

      public static final DecoratedPotBlockEntity.class_8837 NEGATIVE
      Mappings:
      Namespace Name Mixin selector
      official b Ldem$b;b:Ldem$b;
      intermediary field_46665 Lnet/minecraft/class_8172$class_8837;field_46665:Lnet/minecraft/class_8172$class_8837;
      named NEGATIVE Lnet/minecraft/block/entity/DecoratedPotBlockEntity$class_8837;NEGATIVE:Lnet/minecraft/block/entity/DecoratedPotBlockEntity$class_8837;
  • Field Details

    • field_46666

      public final int field_46666
      Mappings:
      Namespace Name Mixin selector
      official c Ldem$b;c:I
      intermediary field_46666 Lnet/minecraft/class_8172$class_8837;field_46666:I
      named field_46666 Lnet/minecraft/block/entity/DecoratedPotBlockEntity$class_8837;field_46666:I
  • Constructor Details

    • class_8837

      private class_8837(int int2)
  • Method Details

    • values

      public static DecoratedPotBlockEntity.class_8837[] 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 DecoratedPotBlockEntity.class_8837 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