SPIGOT-7198: Add Sittable interface to Camel

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2022-12-08 17:53:55 +11:00
parent 7a87d86241
commit db7ac0823b

View file

@ -3,7 +3,7 @@ package org.bukkit.entity;
/** /**
* Represents a Camel. * Represents a Camel.
*/ */
public interface Camel extends AbstractHorse { public interface Camel extends AbstractHorse, Sittable {
/** /**
* Gets whether this camel is dashing (sprinting). * Gets whether this camel is dashing (sprinting).