Uses of Enum Class
org.bukkit.entity.Cat.Type
Packages that use Cat.Type
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Cat.Type in org.bukkit
Fields in org.bukkit with type parameters of type Cat.Type -
Uses of Cat.Type in org.bukkit.entity
Methods in org.bukkit.entity that return Cat.TypeModifier and TypeMethodDescriptionCat.getCatType()
Gets the current type of this cat.static Cat.Type
Returns the enum constant of this class with the specified name.static Cat.Type[]
Cat.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.entity with parameters of type Cat.TypeModifier and TypeMethodDescriptionvoid
Cat.setCatType
(Cat.Type type) Sets the current type of this cat.