Package io.pzstorm.storm.event.lua
Class OnPressReloadButtonEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnPressReloadButtonEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggers after the player presses the weapon reload button.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOnPressReloadButtonEvent(zombie.characters.IsoPlayer player, 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
-
player
public final zombie.characters.IsoPlayer playerThe player that is reloading the weapon. -
weapon
public final zombie.inventory.types.HandWeapon weaponThe weapon is being reloaded.
-
-
Constructor Details
-
OnPressReloadButtonEvent
public OnPressReloadButtonEvent(zombie.characters.IsoPlayer player, zombie.inventory.types.HandWeapon weapon)
-