Package io.pzstorm.storm.event.lua
Class OnWeaponSwingHitPointEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnWeaponSwingHitPointEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered when a
HandWeapon has hit the apex of its swing.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOnWeaponSwingHitPointEvent(zombie.characters.IsoGameCharacter owner, zombie.inventory.types.HandWeapon weapon) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.pzstorm.storm.event.lua.LuaEvent
getName, registerCallback
-
Field Details
-
owner
public final zombie.characters.IsoGameCharacter ownerCharacter swinging the weapon. -
weapon
public final zombie.inventory.types.HandWeapon weaponWeapon being swung.
-
-
Constructor Details
-
OnWeaponSwingHitPointEvent
public OnWeaponSwingHitPointEvent(zombie.characters.IsoGameCharacter owner, zombie.inventory.types.HandWeapon weapon)
-