[Bleeding] Added Sheep, Shear and EntityChangeBlock API. Thanks tips48! Closes BUKKIT-512

By: Aidan Matzko <amatzko48@gmail.com>
This commit is contained in:
Bukkit/Spigot
2012-01-21 21:20:49 -05:00
parent 05b6ad92d1
commit 7e5c1baee9
6 changed files with 232 additions and 2 deletions

View File

@@ -8,13 +8,11 @@ import org.bukkit.material.Colorable;
public interface Sheep extends Animals, Colorable {
/**
* @author Celtic Minstrel
* @return Whether the sheep is sheared.
*/
public boolean isSheared();
/**
* @author Celtic Minstrel
* @param flag Whether to shear the sheep
*/
public void setSheared(boolean flag);