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 voidFired before Distant Horizons renders a generic object.final voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupCompleteMethods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiCancelableEvent
fireEventMethods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiEvent
removeAfterFiring
-
Constructor Details
-
DhApiBeforeGenericObjectRenderEvent
public DhApiBeforeGenericObjectRenderEvent()
-
-
Method Details