SPIGOT-7198: Add Sittable interface to Camel

This commit is contained in:
md_5 2022-12-08 17:53:55 +11:00
parent bf3239f7a3
commit dea9ce0a79
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

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