Enum Class LivingEntity.class_7316

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

public static enum LivingEntity.class_7316 extends Enum<LivingEntity.class_7316>
Mappings:
Namespace Name
official ayd$a
intermediary net/minecraft/class_1309$class_7316
named net/minecraft/entity/LivingEntity$class_7316
  • Enum Constant Details

    • BLOCK

      public static final LivingEntity.class_7316 BLOCK
      Mappings:
      Namespace Name Mixin selector
      official a Layd$a;a:Layd$a;
      intermediary field_38507 Lnet/minecraft/class_1309$class_7316;field_38507:Lnet/minecraft/class_1309$class_7316;
      named BLOCK Lnet/minecraft/entity/LivingEntity$class_7316;BLOCK:Lnet/minecraft/entity/LivingEntity$class_7316;
    • MOB

      public static final LivingEntity.class_7316 MOB
      Mappings:
      Namespace Name Mixin selector
      official b Layd$a;b:Layd$a;
      intermediary field_38508 Lnet/minecraft/class_1309$class_7316;field_38508:Lnet/minecraft/class_1309$class_7316;
      named MOB Lnet/minecraft/entity/LivingEntity$class_7316;MOB:Lnet/minecraft/entity/LivingEntity$class_7316;
    • NONE

      public static final LivingEntity.class_7316 NONE
      Mappings:
      Namespace Name Mixin selector
      official c Layd$a;c:Layd$a;
      intermediary field_38509 Lnet/minecraft/class_1309$class_7316;field_38509:Lnet/minecraft/class_1309$class_7316;
      named NONE Lnet/minecraft/entity/LivingEntity$class_7316;NONE:Lnet/minecraft/entity/LivingEntity$class_7316;
  • Constructor Details

    • class_7316

      private class_7316()
  • Method Details

    • values

      public static LivingEntity.class_7316[] 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 LivingEntity.class_7316 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