接口 Cat

所有超级接口:
Ageable, Animals, Attributable, Breedable, CommandSender, Creature, Damageable, Entity, LivingEntity, Lootable, Metadatable, Mob, Nameable, Permissible, PersistentDataHolder, ProjectileSource, ServerOperator, Sittable, Tameable

public interface Cat extends Tameable, Sittable
喵.
  • 方法详细资料

    • getCatType

      @NotNull @NotNull Cat.Type getCatType()
      获取这只猫的品种.

      原文: Gets the current type of this cat.

      返回:
      猫的品种
    • setCatType

      void setCatType(@NotNull @NotNull Cat.Type type)
      设置这只猫的品种.

      原文: Sets the current type of this cat.

      参数:
      type - 为这只猫设置的新品种
    • getCollarColor

      @NotNull @NotNull DyeColor getCollarColor()
      获取这只猫的项圈颜色.

      原文: Get the collar color of this cat

      返回:
      项圈的颜色
    • setCollarColor

      void setCollarColor(@NotNull @NotNull DyeColor color)
      设置这只猫的项圈颜色.

      原文: Set the collar color of this cat

      参数:
      color - 要设置的颜色