Interface CatTypeRegistryEntry

All Known Subinterfaces:
CatTypeRegistryEntry.Builder

@Experimental @NonExtendable public interface CatTypeRegistryEntry
A data-centric version-specific registry entry for the Cat.Type type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A mutable builder for the CatTypeRegistryEntry plugins may change in applicable registry events.
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides 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.