Interface LevelCallback<T>

All Known Implementing Classes:
ClientLevel.EntityCallbacks, ServerLevel.EntityCallbacks

public interface LevelCallback<T>
  • Method Details

    • onCreated

      void onCreated(T pEntity)
    • onDestroyed

      void onDestroyed(T pEntity)
    • onTickingStart

      void onTickingStart(T pEntity)
    • onTickingEnd

      void onTickingEnd(T pEntity)
    • onTrackingStart

      void onTrackingStart(T pEntity)
    • onTrackingEnd

      void onTrackingEnd(T pEntity)
    • onSectionChange

      void onSectionChange(T pEntity)