[Bleeding] Added Sheep, Shear and EntityChangeBlock API. Thanks tips48! Closes BUKKIT-512
By: Aidan Matzko <amatzko48@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user