接口 Bee

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

public interface Bee extends Animals
代表蜜蜂.
  • 方法详细资料

    • getHive

      获取蜜蜂的家(蜂巢)的位置.

      原文:Get the bee's hive location.

      返回:
      蜂巢位置或null
    • setHive

      void setHive(@Nullable @Nullable Location location)
      设置蜜蜂所住蜂巢的位置.

      原文:Set the bee's hive location.

      参数:
      location - 蜂巢位置或null
    • getFlower

      获取蜜蜂盘旋的花的位置.

      原文:Get the bee's flower location.

      返回:
      蜜蜂盘旋的花的位置或null
    • setFlower

      void setFlower(@Nullable @Nullable Location location)
      设置蜜蜂盘旋的花的位置.

      原文:Set the bee's flower location.

      参数:
      location - 蜜蜂盘旋的花的位置或null
    • hasNectar

      boolean hasNectar()
      蜜蜂是否携带花粉.

      原文:Get if the bee has nectar.

      返回:
      蜜蜂是否携带花粉.
    • setHasNectar

      void setHasNectar(boolean nectar)
      设置蜜蜂是否携带花粉.

      原文:Set if the bee has nectar.

      参数:
      nectar - 蜜蜂是否携带花粉
    • hasStung

      boolean hasStung()
      获取蜜蜂是否蜇过玩家或其它生物.

      原文:Get if the bee has stung.

      返回:
      蜜蜂是否蜇过玩家或其它生物
    • setHasStung

      void setHasStung(boolean stung)
      设置蜜蜂是否蜇过玩家或其它生物.

      原文:Set if the bee has stung.

      参数:
      stung - 蜜蜂是否蜇过玩家或其它生物
    • getAnger

      int getAnger()
      获取蜜蜂的激怒等级.

      译注:此数值代表蜜蜂平息怒气所需时间, 为0时蜜蜂不再愤怒.

      原文:Get the bee's anger level.

      返回:
      激怒等级
    • setAnger

      void setAnger(int anger)
      设置蜜蜂的激怒等级.

      译注:此数值代表蜜蜂平息怒气所需时间, 为0时蜜蜂不再愤怒.

      原文:Set the bee's new anger level.

      参数:
      anger - 激怒等级
    • getCannotEnterHiveTicks

      int getCannotEnterHiveTicks()
      获取蜜蜂离其能再次进入蜂巢的剩余时间(以tick计数).

      原文:Get the amount of ticks the bee cannot enter the hive for.

      返回:
      蜜蜂离其能再次进入蜂巢的剩余时间(以tick计数)
    • setCannotEnterHiveTicks

      void setCannotEnterHiveTicks(int ticks)
      设置蜜蜂离其能再次进入蜂巢的剩余时间(以tick计数).

      原文:Set the amount of ticks the bee cannot enter a hive for.

      参数:
      ticks - 蜜蜂离其能再次进入蜂巢的剩余时间(以tick计数)