Interface Rabbit

All Superinterfaces:
Ageable, Animals, Attributable, Breedable, CommandSender, Creature, Damageable, Entity, LivingEntity, Lootable, Metadatable, Mob, Nameable, Permissible, PersistentDataHolder, ProjectileSource, ServerOperator

public interface Rabbit extends Animals
  • Method Details

    • getRabbitType

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

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