Class AbstractSpawnEntityEvent

All Implemented Interfaces:
Cancellable, AffectEntityEvent, SpawnEntityEvent, Event

public abstract class AbstractSpawnEntityEvent extends AbstractAffectEntityEvent implements SpawnEntityEvent
  • Constructor Details

    • AbstractSpawnEntityEvent

      public AbstractSpawnEntityEvent()
  • Method Details

    • init

      protected void init()
      Description copied from class: AbstractEvent
      Called once all fields have been set by the generated constructor in a subclass.

      This method should be used to initialize any fields that depend on parameters passed to the constructor.

      Overrides:
      init in class AbstractEvent