Class NullInterfaceTriggerEvent
-
- All Implemented Interfaces:
public final class NullInterfaceTriggerEvent extends BaseEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final EventExecutor
executor
private Level
level
private Entity
entity
private DelayedWorkQueue<BaseEvent>
queue
private final Integer
weight
-
Constructor Summary
Constructors Constructor Description NullInterfaceTriggerEvent()
-
Method Summary
Modifier and Type Method Description final EventExecutor
getExecutor()
Unit
execute(Level level, Entity entity, Vec3 pos)
Called when the event is executed. -
Methods inherited from class dev.wendigodrip.thebrokenscript.api.event.BaseEvent
broadcast, condition, doWork, getEntity, getLevel, getQueue, getWeight, onServer, playGlobalSound, playGlobalSound, playSound, playSound, queue, run, setEntity, setLevel, setQueue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getExecutor
final EventExecutor getExecutor()
-
-
-
-