Enum Class DecoratedPotBlockEntity.WobbleType

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

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

    • POSITIVE

      public static final DecoratedPotBlockEntity.WobbleType POSITIVE
      Mappings:
      Namespace Name Mixin selector
      official a Ldhl$b;a:Ldhl$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$WobbleType;POSITIVE:Lnet/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType;
    • NEGATIVE

      public static final DecoratedPotBlockEntity.WobbleType NEGATIVE
      Mappings:
      Namespace Name Mixin selector
      official b Ldhl$b;b:Ldhl$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$WobbleType;NEGATIVE:Lnet/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType;
  • Field Details

    • lengthInTicks

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

    • WobbleType

      private WobbleType(int lengthInTicks)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldhl$b;<init>(Ljava/lang/String;II)V
      intermediary <init> Lnet/minecraft/class_8172$class_8837;<init>(Ljava/lang/String;II)V
      named <init> Lnet/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType;<init>(Ljava/lang/String;II)V
  • Method Details

    • values

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