Enum Class LichenGrower.GrowType

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

public static enum LichenGrower.GrowType extends Enum<LichenGrower.GrowType>
Mappings:
Namespace Name
official cro$e
intermediary net/minecraft/class_7118$class_7123
named net/minecraft/block/LichenGrower$GrowType
  • Enum Constant Details

    • SAME_POSITION

      public static final LichenGrower.GrowType SAME_POSITION
      Mappings:
      Namespace Name Mixin selector
      official a Lcro$e;a:Lcro$e;
      intermediary field_37598 Lnet/minecraft/class_7118$class_7123;field_37598:Lnet/minecraft/class_7118$class_7123;
      named SAME_POSITION Lnet/minecraft/block/LichenGrower$GrowType;SAME_POSITION:Lnet/minecraft/block/LichenGrower$GrowType;
    • SAME_PLANE

      public static final LichenGrower.GrowType SAME_PLANE
      Mappings:
      Namespace Name Mixin selector
      official b Lcro$e;b:Lcro$e;
      intermediary field_37599 Lnet/minecraft/class_7118$class_7123;field_37599:Lnet/minecraft/class_7118$class_7123;
      named SAME_PLANE Lnet/minecraft/block/LichenGrower$GrowType;SAME_PLANE:Lnet/minecraft/block/LichenGrower$GrowType;
    • WRAP_AROUND

      public static final LichenGrower.GrowType WRAP_AROUND
      Mappings:
      Namespace Name Mixin selector
      official c Lcro$e;c:Lcro$e;
      intermediary field_37600 Lnet/minecraft/class_7118$class_7123;field_37600:Lnet/minecraft/class_7118$class_7123;
      named WRAP_AROUND Lnet/minecraft/block/LichenGrower$GrowType;WRAP_AROUND:Lnet/minecraft/block/LichenGrower$GrowType;
  • Constructor Details

    • GrowType

      private GrowType()
  • Method Details

    • values

      public static LichenGrower.GrowType[] 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 LichenGrower.GrowType 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
    • getGrowPos

      public abstract LichenGrower.GrowPos getGrowPos(BlockPos pos, Direction newDirection, Direction oldDirection)
      Mappings:
      Namespace Name Mixin selector
      official a Lcro$e;a(Lgp;Lgv;Lgv;)Lcro$c;
      intermediary method_41466 Lnet/minecraft/class_7118$class_7123;method_41466(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Lnet/minecraft/class_2350;)Lnet/minecraft/class_7118$class_7121;
      named getGrowPos Lnet/minecraft/block/LichenGrower$GrowType;getGrowPos(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/block/LichenGrower$GrowPos;