Package npc.model

Examples of npc.model.MeleonInstance.dropItem()


      for (RewardData d : _dropList)
      {
        List<RewardItem> itd = d.roll(null, dropMod);
        for (RewardItem i : itd)
        {
          actor.dropItem(actor.getSpawner(), i.itemId, i.count);
        }
      }
    }
  }
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.