Package | Description |
---|---|
net.minecraft.entity | |
net.minecraft.entity.boss | |
net.minecraft.entity.monster | |
net.minecraftforge.common |
Modifier and Type | Method and Description |
---|---|
EnumCreatureAttribute |
EntityLiving.getCreatureAttribute()
Get this Entity's EnumCreatureAttribute
|
static EnumCreatureAttribute |
EnumCreatureAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumCreatureAttribute[] |
EnumCreatureAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumCreatureAttribute |
EntityWither.getCreatureAttribute()
Get this Entity's EnumCreatureAttribute
|
Modifier and Type | Method and Description |
---|---|
EnumCreatureAttribute |
EntitySkeleton.getCreatureAttribute()
Get this Entity's EnumCreatureAttribute
|
EnumCreatureAttribute |
EntitySpider.getCreatureAttribute()
Get this Entity's EnumCreatureAttribute
|
EnumCreatureAttribute |
EntitySilverfish.getCreatureAttribute()
Get this Entity's EnumCreatureAttribute
|
EnumCreatureAttribute |
EntityZombie.getCreatureAttribute()
Get this Entity's EnumCreatureAttribute
|
Modifier and Type | Method and Description |
---|---|
static EnumCreatureAttribute |
EnumHelper.addCreatureAttribute(String name) |