Interface IEventHandler<T>

All Known Implementing Classes:
TileEntityRendererAnimation

public interface IEventHandler<T>
Handler for animation events;
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleEvents(T instance, float time, Iterable<Event> pastEvents)
     
  • Method Details

    • handleEvents

      void handleEvents(T instance, float time, Iterable<Event> pastEvents)