Package io.pzstorm.storm.event.lua
Class OnZombieUpdateEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnZombieUpdateEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Called when
IsoZombie updates.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
zombie
public final zombie.characters.IsoZombie zombie
-
-
Constructor Details
-
OnZombieUpdateEvent
public OnZombieUpdateEvent(zombie.characters.IsoZombie zombie)
-