Package com.epicsagaonline.bukkit.ChallengeMaps.listeners

Examples of com.epicsagaonline.bukkit.ChallengeMaps.listeners.InventoryEvents


    Plugin test = this.getServer().getPluginManager().getPlugin("Spout");
    if (test != null)
    {
      EnablePlugin("Spout", "Spout");
      this.inventoryListener = new InventoryEvents(this);
      pm.registerEvent(Event.Type.CUSTOM_EVENT, this.inventoryListener, Event.Priority.Normal, this);
      Log.Write("Spout Integration Enabled.");
    }
    else
    {
View Full Code Here

TOP

Related Classes of com.epicsagaonline.bukkit.ChallengeMaps.listeners.InventoryEvents

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.