Package me.simulation.equipments
Class Kit
java.lang.Object
me.simulation.players.Champion
me.simulation.equipments.Kit
- All Implemented Interfaces:
DefaultRequired
Represents an abstract Kit in the simulation.
-
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
-
Kit
Constructs a new Kit object with the specified type, x-index, and y-index.- Parameters:
type
- the type of the kitx_index
- the x-coordinate of the kit's positiony_index
- the y-coordinate of the kit's position
-