Uses of Class
games.stendhal.server.entity.creature.impl.DropItem
Package
Description
-
Uses of DropItem in games.stendhal.server.core.rule.defaultruleset
-
Uses of DropItem in games.stendhal.server.entity.creature
Modifier and TypeFieldDescriptionCreature.dropsItems
This list of item names this creature may drop Note; per default this list is shared with all creatures of that class.ModifierConstructorDescriptionCreature(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.