Uses of Class
games.stendhal.server.entity.creature.impl.DropItem
Packages that use DropItem
Package
Description
-
Uses of DropItem in games.stendhal.server.core.rule.defaultruleset
Methods in games.stendhal.server.core.rule.defaultruleset that return types with arguments of type DropItemMethod parameters in games.stendhal.server.core.rule.defaultruleset with type arguments of type DropItem -
Uses of DropItem in games.stendhal.server.entity.creature
Fields in games.stendhal.server.entity.creature with type parameters of type DropItemModifier and TypeFieldDescriptionCreature.dropsItemsThis list of item names this creature may drop Note; per default this list is shared with all creatures of that class.Constructor parameters in games.stendhal.server.entity.creature with type arguments of type DropItemModifierConstructorDescriptionCreature(String clazz, String subclass, String name, int hp, int atk, int ratk, int def, int level, int xp, int width, int height, double baseSpeed, List<DropItem> dropItems, Map<String, String> aiProfiles, LinkedHashMap<String, LinkedList<String>> noises, int respawnTime, String description) Creates a new creature with the given properties.