Change IShearable JavaDoc by one line so Anti would shut up. Closes #1054
This commit is contained in:
parent
36ab17474b
commit
5f90e0788b
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue