Interface IEventHandler<T>
-
- All Known Implementing Classes:
TileEntityRendererAnimation
public interface IEventHandler<T>
Handler for animation events;
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleEvents(T instance, float time, java.lang.Iterable<Event> pastEvents)
-