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
named net/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType
intermediary net/minecraft/class_8172$class_8837
official dvn$a
  • Enum Constant Details

    • POSITIVE

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

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

    • lengthInTicks

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

    • WobbleType

      private WobbleType(int lengthInTicks)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType;<init>(Ljava/lang/String;II)V
      intermediary <init> Lnet/minecraft/class_8172$class_8837;<init>(Ljava/lang/String;II)V
      official <init> Ldvn$a;<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