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 voidhandleEvents(T instance, float time, java.lang.Iterable<Event> pastEvents)
-