Enum Class EntityGroup

java.lang.Object
java.lang.Enum<EntityGroup>
net.minecraft.entity.EntityGroup
All Implemented Interfaces:
Serializable, Comparable<EntityGroup>, Constable

public enum EntityGroup extends Enum<EntityGroup>
Mappings:
Namespace Name
official xs
intermediary net/minecraft/class_873
named net/minecraft/entity/EntityGroup
  • Enum Constant Details

    • DEFAULT

      public static final EntityGroup DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official a Lxs;a:Lxs;
      intermediary field_3372 Lnet/minecraft/class_873;field_3372:Lnet/minecraft/class_873;
      named DEFAULT Lnet/minecraft/entity/EntityGroup;DEFAULT:Lnet/minecraft/entity/EntityGroup;
    • UNDEAD

      public static final EntityGroup UNDEAD
      Mappings:
      Namespace Name Mixin selector
      official b Lxs;b:Lxs;
      intermediary field_3373 Lnet/minecraft/class_873;field_3373:Lnet/minecraft/class_873;
      named UNDEAD Lnet/minecraft/entity/EntityGroup;UNDEAD:Lnet/minecraft/entity/EntityGroup;
    • ARTHROPOD

      public static final EntityGroup ARTHROPOD
      Mappings:
      Namespace Name Mixin selector
      official c Lxs;c:Lxs;
      intermediary field_3374 Lnet/minecraft/class_873;field_3374:Lnet/minecraft/class_873;
      named ARTHROPOD Lnet/minecraft/entity/EntityGroup;ARTHROPOD:Lnet/minecraft/entity/EntityGroup;
  • Constructor Details

    • EntityGroup

      private EntityGroup()
  • Method Details

    • values

      public static EntityGroup[] 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 EntityGroup 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