接口 Slime

所有超级接口:
Attributable, CommandSender, Damageable, Entity, LivingEntity, Metadatable, Nameable, Permissible, ProjectileSource, ServerOperator
所有已知子接口:
MagmaCube

public interface Slime extends LivingEntity
代表史莱姆.
  • 方法详细资料

    • getSize

      int getSize()
      返回:
      史莱姆的大小
    • setSize

      void setSize(int sz)
      参数:
      sz - 史莱姆新的大小.
    • setTarget

      void setTarget(LivingEntity target)
      设置史莱姆的攻击目标(LivingEntity). 设为Null表示清除攻击目标(非敌对状态).

      原文:Set the LivingEntity target for this slime. Set to null to clear the target.

      参数:
      target - 攻击目标
    • getTarget

      LivingEntity getTarget()
      获取史莱姆的攻击目标(LivingEntity).

      原文:Get the LivingEntity this slime is currently targeting.

      返回:
      目标对象. Null表示不存在任何目标