Class WeaponComponent
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.player.WeaponComponent
Class to implement weapon functionality in the player,
Acts as the central component for weapons being to
respond to an enemy attack use an attack factory to generate a weapon entity
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
Function to Set up "weaponAttack" listener to respond to attacks with a weaponMethods inherited from class com.csse3200.game.components.Component
dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate, update