Uses of Interface
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 org.bukkit
-
Uses of Cat.Type in org.bukkit.entity
Modifier 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
Modifier and TypeMethodDescriptionCat.getCatType()
Gets the current type of this cat.static Cat.Type
Deprecated.static Cat.Type[]
Cat.Type.values()
Deprecated.useIterable.iterator()
.Modifier and TypeMethodDescriptionvoid
Cat.setCatType
(Cat.Type type) Sets the current type of this cat.
Registry.get(NamespacedKey)
instead.