More pipe events required
AlexIIL opened this issue ยท 2 comments
Specifically:
- Invalidate: Called by (and only by) TileEntity.invalidate (by request of @multiplemonomials)
- Validate: Called by (and only by) TileEntity.validate (in order to mirror Invalidate, although I'm not sure when this will be used)
- Chunk Unload: Called by (and only by) TileEntity.onChunkUnload (by request of @multiplemonomials)
Any way I could also get PipeEvent.NeighborBlockChange, called by Block.onNeighborBlockChange()
?