Class EntityLoadEvent

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

public class EntityLoadEvent extends Object
Called when an entity is loaded
  • Constructor Details

    • EntityLoadEvent

      public EntityLoadEvent(int entityID)
  • Method Details

    • getEntity

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