Class SpawnEvent<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      SpawnEvent​(T entity, boolean spawn)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getEntity()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SpawnEvent

        public SpawnEvent​(T entity,
                          boolean spawn)
    • Method Detail

      • getEntity

        public T getEntity()