Uses of Enum
org.bukkit.entity.Cat.Type
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Cat.Type in org.bukkit.entity
Modifier and TypeMethodDescriptionCat.getCatType()
Gets the current type of this cat.static Cat.Type
Returns the enum constant of this type with the specified name.static Cat.Type[]
Cat.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Cat.setCatType
(Cat.Type type) Sets the current type of this cat.