Package com.bergerkiller.bukkit.common.events

Examples of com.bergerkiller.bukkit.common.events.EntityRemoveEvent


        return;
      }
      // Notify it is removed
      CommonPlugin.getInstance().notifyRemoved(CommonNMS.getEntity(removed));
      // Event
      CommonUtil.callEvent(new EntityRemoveEvent(CommonNMS.getEntity(removed)));
    }
  }
View Full Code Here

TOP

Related Classes of com.bergerkiller.bukkit.common.events.EntityRemoveEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.