Add Shearable API

This commit is contained in:
Owen1212055
2021-10-17 15:39:41 -04:00
parent 767d4e3e6f
commit 39c27c3661
6 changed files with 58 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import org.bukkit.material.Colorable;
/**
* Represents a Sheep.
*/
public interface Sheep extends Animals, Colorable, Shearable {
public interface Sheep extends Animals, Colorable, Shearable, io.papermc.paper.entity.Shearable { // Paper - Shear API
/**
* Gets whether the sheep is in its sheared state.