Uses of Class
com.bombinggames.wurfelengine.extension.shooting.Weapon
-
Packages that use Weapon Package Description com.bombinggames.wurfelengine.extension This package includes various extensions and tools to the engine. -
-
Uses of Weapon in com.bombinggames.wurfelengine.extension
Methods in com.bombinggames.wurfelengine.extension that return Weapon Modifier and Type Method Description Weapon
UserControlledShooter. getWeapon()
Methods in com.bombinggames.wurfelengine.extension with parameters of type Weapon Modifier and Type Method Description void
UserControlledShooter. equipWeapon(Weapon weapon)
Gives the player a weapon.
-