Interface RenderListener

  • All Superinterfaces:
    java.util.EventListener

    public interface RenderListener
    extends java.util.EventListener
    Fires an event on every render frame
    • Method Detail

      • onRender

        default void onRender​(RenderEvent event)
        Setting RenderEvent.setConsumed(boolean) to true will have the render event be skipped for the duration of this client cycle Note: Projectiles will not return anything for getEntity or getTile as the UID does not include this information.
        Parameters:
        event -