Package me.simulation.equipments
Class Item
java.lang.Object
me.simulation.players.Champion
me.simulation.equipments.Kit
me.simulation.equipments.Item
- All Implemented Interfaces:
DefaultRequired
Represents a Kit class
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class me.simulation.players.Champion
getHp, getLevel, getLuck, getMaxHp, getMove, getRange, getRegeneration, getShield, getStrength, getSword, getType, getX_index, getY_index, increaseLevel, newIndex, setHp, setLuck, setMaxHp, setMove, setRegeneration, setShield, setStrength, setSword, takeDMG
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.simulation.game.DefaultRequired
getLvl
-
Constructor Details
-
Item
Constructs a new Item object with the specified attributes.- Parameters:
type
- the type of the itemx_index
- the x-coordinate of the item's positiony_index
- the y-coordinate of the item's position
-