Interface Rabbit

All Superinterfaces:
Ageable, Animals, Attributable, net.kyori.adventure.audience.Audience, Breedable, CommandSender, Creature, Damageable, Entity, Frictional, net.kyori.adventure.text.event.HoverEventSource<net.kyori.adventure.text.event.HoverEvent.ShowEntity>, LivingEntity, Lootable, Metadatable, Mob, Nameable, Permissible, PersistentDataHolder, net.kyori.adventure.pointer.Pointered, ProjectileSource, ServerOperator, net.kyori.adventure.sound.Sound.Emitter

public interface Rabbit extends Animals
  • Method Details

    • getRabbitType

      @NotNull @NotNull Rabbit.Type getRabbitType()
      Returns:
      The type of rabbit.
    • setRabbitType

      void setRabbitType(@NotNull @NotNull Rabbit.Type type)
      Parameters:
      type - Sets the type of rabbit for this entity.
    • setMoreCarrotTicks

      void setMoreCarrotTicks(int ticks)
      Sets how many ticks this rabbit will wait until trying to find more carrots.
      Parameters:
      ticks - ticks
    • getMoreCarrotTicks

      int getMoreCarrotTicks()
      Returns how many ticks this rabbit will wait until trying to find more carrots.
      Returns:
      ticks