Interface IDirtyMarkListener

All Known Implementing Classes:
CyclopsBlockEntity

public interface IDirtyMarkListener
Interface that is used to listen to dirty markings.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the target is marked as dirty.
  • Method Details

    • onDirty

      void onDirty()
      Called when the target is marked as dirty.