mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-23 16:23:50 -07:00
Added Colorable interface, and made Sheep, Wool and Dye implement it.
Inspired by xpansive By: Andrew Ardill <andrew.ardill@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
*
|
||||
*/
|
||||
package org.bukkit.entity;
|
||||
import org.bukkit.material.Colorable;
|
||||
|
||||
/**
|
||||
* Represents a Sheep.
|
||||
@@ -9,6 +10,6 @@ package org.bukkit.entity;
|
||||
* @author Cogito
|
||||
*
|
||||
*/
|
||||
public interface Sheep extends Animals {
|
||||
public interface Sheep extends Animals, Colorable {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user