Home
last modified time | relevance | path

Searched refs:DropItem (Results 1 – 25 of 106) sorted by relevance

12345

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/rule/defaultruleset/
H A DDefaultCreature.java30 import games.stendhal.server.entity.creature.impl.DropItem;
92 private List<DropItem> dropsItems;
132 dropsItems = new LinkedList<DropItem>(); in DefaultCreature()
236 public void setDropItems(final List<DropItem> dropsItems) { in setDropItems()
240 public List<DropItem> getDropItems() { in getDropItems()
272 Collections.sort(dropsItems, new Comparator<DropItem>() { in getCreature()
274 public int compare(final DropItem o1, final DropItem o2) { in getCreature()
401 for (final DropItem item : dropsItems) { in verifyItems()
440 for (final DropItem item : dropsItems) { in toXML()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/creature/impl/
H A DDropItem.java15 public class DropItem { class
25 public DropItem(final String name, final double probability, final int min, final int max) { in DropItem() method in DropItem
32 public DropItem(final String name, final double probability, final int amount) { in DropItem() method in DropItem
/dports/games/ivan/ivan-059/Main/Include/
H A Drooms.h25 virtual truth DropItem(character*, item*, int); in ROOM()
43 virtual truth DropItem(character*, item*, int); in ROOM()
72 virtual truth DropItem(character*, item*, int); in ROOM()
85 virtual truth DropItem(character*, item*, int); in ROOM()
106 virtual truth DropItem(character*, item*, int); in ROOM()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/plains/
H A DCreatureInfo.java32 import games.stendhal.server.entity.creature.impl.DropItem;
298 final List<DropItem> dropItems = creature.getDropItems(); in getDropItemsInfo()
299 Collections.sort(dropItems, new Comparator<DropItem>() { in getDropItemsInfo()
301 public int compare(final DropItem o1, final DropItem o2) { in getDropItemsInfo()
315 for (final DropItem item : dropItems) { in getDropItemsInfo()
/dports/games/xemeraldia/xemeraldia-0.4.3/
H A Dgames.h43 struct DropItem { struct
49 extern struct DropItem drop_i, next_i; argument
H A Dgraphics.h119 gboolean DropItem(void);
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/script/
H A DItemRarity.java27 import games.stendhal.server.entity.creature.impl.DropItem;
64 for (DropItem item : creature.getDropList()) { in processCreature()
136 public List<DropItem> getDropList() { in getDropList()
H A DCreaturesRatioCalculator.java13 import games.stendhal.server.entity.creature.impl.DropItem;
41 public List<DropItem> getDropList() { in getDropList()
80 for (DropItem i:c.getDropList()) { in getRatio()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/creature/
H A DCreature.java41 import games.stendhal.server.entity.creature.impl.DropItem;
97 protected List<DropItem> dropsItems;
168 dropsItems = new ArrayList<DropItem>(); in Creature()
264 dropsItems = new ArrayList<DropItem>(); in Creature()
316 final int height, final double baseSpeed, final List<DropItem> dropItems, in Creature()
612 dropsItems = new ArrayList<DropItem>(); in clearDropItemList()
627 dropsItems.add(new DropItem(name, probability, min, max)); in addDropItem()
640 dropsItems.add(new DropItem(name, probability, amount)); in addDropItem()
841 for (final DropItem dropped : dropsItems) { in createDroppedItems()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/config/
H A DCreaturesXMLLoader.java37 import games.stendhal.server.entity.creature.impl.DropItem;
78 private List<DropItem> dropsItems;
185 dropsItems = new LinkedList<DropItem>(); in startElement()
273 dropsItems.add(new DropItem(tempName, probability, in startElement()
277 dropsItems.add(new DropItem(tempName, probability, in startElement()
/dports/www/py-scrapy/Scrapy-2.5.1/docs/topics/
H A Ditem-pipeline.rst37 :exc:`~scrapy.exceptions.DropItem` exception.
87 from scrapy.exceptions import DropItem
99 raise DropItem(f"Missing price in {item}")
233 from scrapy.exceptions import DropItem
243 raise DropItem(f"Duplicate item found: {item!r}")
H A Dexceptions.rst43 DropItem section in Built-in Exceptions reference
46 .. exception:: DropItem
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/tools/
H A DGenerateBestiaryAndItems.java24 import games.stendhal.server.entity.creature.impl.DropItem;
71 for (final DropItem item : creature.getDropItems()) { in generateCreatures()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dactor.h89 struct DropItem struct
96 typedef LinkedList<DropItem> DropList; argument
/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DActor.FlagsAndAppearance.vc242 DropItemType = LineSpecialLevelInfo(Level).GetClassFromID(Speech->DropItem);
245 DropItem(DropItemType, 0, 1.0);
259 DropItem(class<EntityEx>(DropItemList[i].Type),
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_timelinewidget.cpp463 QTreeWidgetItem* DropItem = itemAt(Event->pos()); in dropEvent() local
466 if (DropItem) in dropEvent()
468 QTreeWidgetItem* ParentItem = DropItem->parent(); in dropEvent()
469 lcStep Step = indexOfTopLevelItem(ParentItem ? ParentItem : DropItem) + 1; in dropEvent()
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/
H A Dexceptions.py59 class DropItem(Exception): class
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/pipelines/
H A Dimages.py13 from scrapy.exceptions import DropItem, NotConfigured
22 class NoimagesDrop(DropItem):
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/gumps/
H A Dpaperdoll_gump.h67 void DropItem(Item *item, int mx, int my) override;
H A Dcontainer_gump.h73 void DropItem(Item *item, int mx, int my) override;
H A Dgame_map_gump.h71 void DropItem(Item *item, int mx, int my) override;
/dports/www/py-scrapy/Scrapy-2.5.1/tests/
H A Dtest_logformatter.py9 from scrapy.exceptions import DropItem
184 raise DropItem("Ignoring item")
/dports/games/ivan/ivan-059/Main/Source/
H A Drooms.cpp155 truth shop::DropItem(character* Customer, item* ForSale, int Amount) in DropItem() function in shop
339 truth cathedral::DropItem(character* Visitor, item* Item, int) in DropItem() function in cathedral
597 truth library::DropItem(character* Customer, item* ForSale, int Amount) in DropItem() function in library
732 truth bananadroparea::DropItem(character* Dropper, item* Item, int) in DropItem() function in bananadroparea
1022 truth ownedarea::DropItem(character* Visitor, item* Item, int) in DropItem() function in ownedarea
/dports/games/avanor/avanor-0.5.8/creature/
H A Danycr.cpp235 DropItem(it); in Die()
239 DropItem(it); in Die()
246 DropItem(new XCorpse(this, &super_info->pCorpseData)); in Die()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Ddialogs.h89 void DropItem(int item);

12345