|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemEffects | |
---|---|
org.starhope.appius.game.inventory | |
org.starhope.appius.game.inventory.effects |
Uses of ItemEffects in org.starhope.appius.game.inventory |
---|
Fields in org.starhope.appius.game.inventory with type parameters of type ItemEffects | |
---|---|
private WeakHashMap<InventoryItem,ItemEffects> |
ItemEffectsType.fxLib
Caché of instantiated item effects for various items, set up such that they should expire when the items are unloaded from core by virtue of their weak references. |
Methods in org.starhope.appius.game.inventory that return ItemEffects | |
---|---|
static ItemEffects |
ItemEffects.forItem(InventoryItem item)
Get the ItemEffects subclass responsible for handling effects from a given item type |
private ItemEffects |
ItemEffectsType.getInstanceFor(InventoryItem item)
WRITEME: Document this method brpocock@star-hope.org |
ItemEffects |
InventoryItem.getItemEffects()
Get an ItemEffects class for this item, if any |
ItemEffects |
ItemEffectsType.getItemEffectsInstance(InventoryItem item)
WRITEME: Document this method brpocock@star-hope.org |
ItemEffects |
ItemEffectsType.setInstanceFor(InventoryItem item,
ItemEffects fx)
WRITEME: Document this method brpocock@star-hope.org |
Methods in org.starhope.appius.game.inventory with parameters of type ItemEffects | |
---|---|
ItemEffects |
ItemEffectsType.setInstanceFor(InventoryItem item,
ItemEffects fx)
WRITEME: Document this method brpocock@star-hope.org |
Uses of ItemEffects in org.starhope.appius.game.inventory.effects |
---|
Subclasses of ItemEffects in org.starhope.appius.game.inventory.effects | |
---|---|
class |
Shovel
The stock item of many games: The Shovel. |
class |
SimpleAbstractWeapon
WRITEME: Document this type. |
class |
SimpleArmour
A simple armour device which somehow alters the wearer's stats, probably increasing their defense values |
class |
SimpleMeleeWeapon
A simple melée weapon that effects damage within a limited distance of the user. |
class |
SimpleRangedWeapon
A simple ranged weapon in the style of a gun, bow & arrows, or so forth. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |