Package io.papermc.paper.registry.data
Interface CatTypeRegistryEntry
- All Known Subinterfaces:
CatTypeRegistryEntry.Builder
A data-centric version-specific registry entry for the
Cat.Type
type.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A mutable builder for theCatTypeRegistryEntry
plugins may change in applicable registry events. -
Method Summary
Modifier and TypeMethodDescriptionProvides the client texture asset of the cat type, which represents the texture to use.
-
Method Details
-
clientTextureAsset
ClientTextureAsset clientTextureAsset()Provides the client texture asset of the cat type, which represents the texture to use.- Returns:
- the client texture asset.
-