mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 08:02:13 -07:00
@@ -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).
|
||||
|
Reference in New Issue
Block a user