Uses of Enum Class
org.bukkit.entity.EntityCategory
Packages that use EntityCategory
Package
Description
Classes relating to the specialized enhancements to 
item stacks, as part of the meta data.Interfaces for non-voxel objects that can exist in a 
world, including all players, monsters, projectiles, etc.- 
Uses of EntityCategory in org.bukkit.enchantmentsMethods in org.bukkit.enchantments with parameters of type EntityCategoryModifier and TypeMethodDescriptionabstract floatEnchantment.getDamageIncrease(int level, EntityCategory entityCategory) Gets the damage increase as a result of the level and entity category specifiedfloatEnchantmentWrapper.getDamageIncrease(int level, EntityCategory entityCategory) 
- 
Uses of EntityCategory in org.bukkit.entityMethods in org.bukkit.entity that return EntityCategoryModifier and TypeMethodDescriptionLivingEntity.getCategory()Get the category to which this entity belongs.static EntityCategoryReturns the enum constant of this class with the specified name.static EntityCategory[]EntityCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.