Class EntitySpawnEvent

java.lang.Object
com.welcome234.pluginsystem.events.EntitySpawnEvent

public class EntitySpawnEvent extends Object
Called when an entity is spawned
  • Constructor Details

    • EntitySpawnEvent

      public EntitySpawnEvent(int entityID)
  • Method Details

    • getEntity

      public Entity getEntity()
      Gets the entity that has spawned
      Returns:
      Entity instance