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 io.papermc.paper.registry
Modifier and TypeFieldDescriptionstatic final RegistryKey
<Cat.Type> RegistryKey.CAT_VARIANT
Built-in registry for cat variants. -
Uses of Cat.Type in io.papermc.paper.registry.keys
Modifier and TypeFieldDescriptionCatVariantKeys.ALL_BLACK
minecraft:all_black
CatVariantKeys.BLACK
minecraft:black
CatVariantKeys.BRITISH_SHORTHAIR
minecraft:british_shorthair
CatVariantKeys.CALICO
minecraft:calico
CatVariantKeys.JELLIE
minecraft:jellie
CatVariantKeys.PERSIAN
minecraft:persian
CatVariantKeys.RAGDOLL
minecraft:ragdoll
CatVariantKeys.RED
minecraft:red
CatVariantKeys.SIAMESE
minecraft:siamese
CatVariantKeys.TABBY
minecraft:tabby
CatVariantKeys.WHITE
minecraft:white
-
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.Deprecated, for removal: This API element is subject to removal in a future version.Cat.Type.values()
Deprecated, for removal: This API element is subject to removal in a future version.useIterable.iterator()
.Modifier and TypeMethodDescriptionvoid
Cat.setCatType
(@NotNull Cat.Type type) Sets the current type of this cat.
Registry.get(NamespacedKey)
instead.