Uses of Enum Class
org.bukkit.entity.Cat.Type
Packages that use 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
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
(@NotNull Cat.Type type) Sets the current type of this cat.