Class DhApiBeforeGenericObjectRenderEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeGenericObjectRenderEvent
- All Implemented Interfaces:
IDhApiCancelableEvent<DhApiBeforeGenericObjectRenderEvent.EventParam>
,IDhApiEvent<DhApiBeforeGenericObjectRenderEvent.EventParam>
,IBindable
public abstract class DhApiBeforeGenericObjectRenderEvent
extends Object
implements IDhApiCancelableEvent<DhApiBeforeGenericObjectRenderEvent.EventParam>
Called before Distant Horizons starts rendering a generic object.
Canceling this event will prevent the triggering
Canceling this event will prevent the triggering
IDhApiRenderableBoxGroup
from rendering this frame.- Since:
- API 3.0.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Fired before Distant Horizons renders a generic object.final void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupComplete
Methods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiCancelableEvent
fireEvent
Methods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiEvent
removeAfterFiring
-
Constructor Details
-
DhApiBeforeGenericObjectRenderEvent
public DhApiBeforeGenericObjectRenderEvent()
-
-
Method Details