Class AbstractEvent

java.lang.Object
org.bukkit.event.Event
com.ticxo.modelengine.api.events.AbstractEvent
Direct Known Subclasses:
AddModelEvent, AnimationEndEvent, AnimationPlayEvent, ModelDismountEvent, ModelMountEvent, ModelRegistrationEvent, RemoveModelEvent

public abstract class AbstractEvent extends org.bukkit.event.Event
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.bukkit.event.Event

    getEventName, getHandlers, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractEvent

      public AbstractEvent()