Package org.dreambot.api.script.listener
Interface RenderListener
-
- All Superinterfaces:
java.util.EventListener
public interface RenderListener extends java.util.EventListenerFires an event on every render frame
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonRender(RenderEvent event)SettingRenderEvent.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.
-
-
-
Method Detail
-
onRender
default void onRender(RenderEvent event)
SettingRenderEvent.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-
-
-