Package com.bergerkiller.bukkit.common.events

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


        return;
      }
      // Notify it is added
      CommonPlugin.getInstance().notifyAdded(CommonNMS.getEntity(added));
      // Event
      CommonUtil.callEvent(new EntityAddEvent(CommonNMS.getEntity(added)));
    }
  }
View Full Code Here

TOP

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

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.