Change IShearable JavaDoc by one line so Anti would shut up. Closes #1054

This commit is contained in:
Lex Manos 2014-05-26 11:26:53 -07:00
parent 36ab17474b
commit 5f90e0788b

View file

@ -32,7 +32,8 @@ public interface IShearable
* Performs the shear function on this object.
* This is called for both client, and server.
* The object should perform all actions related to being sheared,
* except for dropping of the items.
* except for dropping of the items, and removal of the block.
* As those are handled by ItemShears itself.
*
* Returns a list of items that resulted from the shearing process.
*