Interface Ocelot

All Superinterfaces:
Ageable, Animals, Attributable, Breedable, CommandSender, Creature, Damageable, Entity, LivingEntity, Lootable, Metadatable, Mob, Nameable, Permissible, PersistentDataHolder, ProjectileSource, ServerOperator

public interface Ocelot extends Animals
A wild tameable cat
  • Method Details

    • getCatType

      @NotNull Ocelot.Type getCatType()
      Gets the current type of this cat.
      Returns:
      Type of the cat.
    • setCatType

      void setCatType(@NotNull Ocelot.Type type)
      Sets the current type of this cat.
      Parameters:
      type - New type of this cat.