|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumCreatureAttribute | |
---|---|
net.minecraft.src | |
net.minecraftforge.common |
Uses of EnumCreatureAttribute in net.minecraft.src |
---|
Methods in net.minecraft.src that return EnumCreatureAttribute | |
---|---|
EnumCreatureAttribute |
EntitySkeleton.getCreatureAttribute()
Get this Entity's EnumCreatureAttribute |
EnumCreatureAttribute |
EntitySpider.getCreatureAttribute()
Get this Entity's EnumCreatureAttribute |
EnumCreatureAttribute |
EntityLiving.getCreatureAttribute()
Get this Entity's EnumCreatureAttribute |
EnumCreatureAttribute |
EntitySilverfish.getCreatureAttribute()
Get this Entity's EnumCreatureAttribute |
EnumCreatureAttribute |
EntityZombie.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. |
Uses of EnumCreatureAttribute in net.minecraftforge.common |
---|
Methods in net.minecraftforge.common that return EnumCreatureAttribute | |
---|---|
static EnumCreatureAttribute |
EnumHelper.addCreatureAttribute(String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |