SPIGOT-3246: Use Sittable for Ocelot, Wolf and Parrot
By: BlackHole <black-hole@live.com>
This commit is contained in:
@@ -3,7 +3,7 @@ package org.bukkit.entity;
|
||||
/**
|
||||
* Represents a Parrot.
|
||||
*/
|
||||
public interface Parrot extends Animals, Tameable {
|
||||
public interface Parrot extends Animals, Tameable, Sittable {
|
||||
|
||||
/**
|
||||
* Get the variant of this parrot.
|
||||
|
||||
Reference in New Issue
Block a user