Package io.pzstorm.storm.event.lua
Class OnTickEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnTickEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Called every tick, try to not use this one, use
EveryTenMinutesEvent
instead because it can create a lot of frame loss/garbage collection.- 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
-
ticksElapsed
-
-
Constructor Details
-
OnTickEvent
-