mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +01:00
SPIGOT-7198: Add Sittable interface to Camel
By: md_5 <git@md-5.net>
This commit is contained in:
parent
7a87d86241
commit
db7ac0823b
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue