mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
SPIGOT-7198: Add Sittable interface to Camel
This commit is contained in:
parent
bf3239f7a3
commit
dea9ce0a79
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue