Interface IShearable

All Known Subinterfaces:
Shearable
All Known Implementing Classes:
Bogged, CherryLeavesBlock, DeadBushBlock, LeavesBlock, MangroveLeavesBlock, MushroomCow, SeagrassBlock, Sheep, SnowGolem, TallGrassBlock, VineBlock, WebBlock

public interface IShearable
This interfaces allows shears (modded invalid input: '&' vanilla) and entities (modded invalid input: '&' vanilla) to cooperate without needing advance knowledge of each other.

In the future, this system may function for implementations on Blocks as well. TODO: Implement support for Block or remove default implementations from vanilla block classes.