Uses of Enum Class
org.bukkit.entity.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 io.papermc.paper.registry
-
Uses of Cat.Type in org.bukkit
-
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 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.Modifier and TypeMethodDescriptionvoid
Cat.setCatType
(@NotNull Cat.Type type) Sets the current type of this cat.