Interface Camel

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

public interface Camel extends AbstractHorse, Sittable
Represents a Camel.
  • Method Details

    • isDashing

      boolean isDashing()
      Gets whether this camel is dashing (sprinting).
      Returns:
      dashing status
    • setDashing

      void setDashing(boolean dashing)
      Sets whether this camel is dashing (sprinting).
      Parameters:
      dashing - new dashing status