Interface ThrottledPacket

All Known Implementing Classes:
ManaPoolBlockEntity, ManaSpreaderBlockEntity

public interface ThrottledPacket
A TileEntity that will only send a few packets rather than one per every entity collision. markDispatchable marks that this block entity needs to send a packet. Further handling is to be done in the block entity itself.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • markDispatchable

      void markDispatchable()