Uses of Class
games.stendhal.server.core.rule.defaultruleset.DefaultItem
Packages that use DefaultItem
Package
Description
-
Uses of DefaultItem in games.stendhal.server.core.config
Methods in games.stendhal.server.core.config that return types with arguments of type DefaultItem -
Uses of DefaultItem in games.stendhal.server.core.rule
Methods in games.stendhal.server.core.rule that return types with arguments of type DefaultItemModifier and TypeMethodDescriptionEntityManager.getDefaultItems()gets a list of all configured itemsMethods in games.stendhal.server.core.rule with parameters of type DefaultItem -
Uses of DefaultItem in games.stendhal.server.core.rule.defaultruleset
Methods in games.stendhal.server.core.rule.defaultruleset that return types with arguments of type DefaultItemMethods in games.stendhal.server.core.rule.defaultruleset with parameters of type DefaultItem -
Uses of DefaultItem in games.stendhal.server.core.rule.defaultruleset.creator
Constructors in games.stendhal.server.core.rule.defaultruleset.creator with parameters of type DefaultItemModifierConstructorDescriptionAttributesItemCreator(DefaultItem defaultItem, Constructor<?> construct) DefaultItemCreator(DefaultItem defaultItem, Constructor<?> construct) FullItemCreator(DefaultItem defaultItem, Constructor<?> construct)