001package net.minecraft.entity;
002
003public enum EnumCreatureAttribute
004{
005    UNDEFINED,
006    UNDEAD,
007    ARTHROPOD;
008}