Uses of Interface
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
Fields in org.bukkit.entity declared as Cat.TypeModifier and TypeFieldDescriptionstatic final Cat.Type
Cat.Type.ALL_BLACK
static final Cat.Type
Cat.Type.BLACK
static final Cat.Type
Cat.Type.BRITISH_SHORTHAIR
static final Cat.Type
Cat.Type.CALICO
static final Cat.Type
Cat.Type.JELLIE
static final Cat.Type
Cat.Type.PERSIAN
static final Cat.Type
Cat.Type.RAGDOLL
static final Cat.Type
Cat.Type.RED
static final Cat.Type
Cat.Type.SIAMESE
static final Cat.Type
Cat.Type.TABBY
static final Cat.Type
Cat.Type.WHITE
Methods in org.bukkit.entity that return Cat.TypeModifier and TypeMethodDescriptionCat.getCatType()
Gets the current type of this cat.static Cat.Type
Deprecated.static Cat.Type[]
Cat.Type.values()
Deprecated.useIterable.iterator()
.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.
Registry.get(NamespacedKey)
instead.