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 io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type Cat.Type -
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.TypeCat.Type.ALL_BLACKstatic final Cat.TypeCat.Type.BLACKstatic final Cat.TypeCat.Type.BRITISH_SHORTHAIRstatic final Cat.TypeCat.Type.CALICOstatic final Cat.TypeCat.Type.JELLIEstatic final Cat.TypeCat.Type.PERSIANstatic final Cat.TypeCat.Type.RAGDOLLstatic final Cat.TypeCat.Type.REDstatic final Cat.TypeCat.Type.SIAMESEstatic final Cat.TypeCat.Type.TABBYstatic final Cat.TypeCat.Type.WHITEMethods in org.bukkit.entity that return Cat.TypeModifier and TypeMethodDescriptionCat.getCatType()Gets the current type of this cat.Deprecated.Cat.Type.values()Deprecated.useIterable.iterator().Methods in org.bukkit.entity with parameters of type Cat.TypeModifier and TypeMethodDescriptionvoidCat.setCatType(@NotNull Cat.Type type) Sets the current type of this cat.
Registry.get(NamespacedKey)instead.