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

    • isTrusting

      boolean isTrusting()
      Checks if this ocelot trusts players.
      Returns:
      true if it trusts players
    • setTrusting

      void setTrusting(boolean trust)
      Sets if this ocelot trusts players.
      Parameters:
      trust - true if it trusts players
    • 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.