Uses of Enum Class
org.bukkit.entity.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.enchantments
Modifier and TypeMethodDescriptionabstract float
Enchantment.getDamageIncrease
(int level, EntityCategory entityCategory) Gets the damage increase as a result of the level and entity category specifiedfloat
EnchantmentWrapper.getDamageIncrease
(int level, EntityCategory entityCategory) -
Uses of EntityCategory in org.bukkit.entity
Modifier and TypeMethodDescriptionLivingEntity.getCategory()
Get the category to which this entity belongs.static EntityCategory
Returns 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.