Class EntityUnloadEvent

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

public class EntityUnloadEvent extends Object
Called when an entity is unloaded
  • Constructor Details

    • EntityUnloadEvent

      public EntityUnloadEvent(int entityID)
  • Method Details

    • getEntity

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