Package io.pzstorm.storm.event.lua
Class OnNewFireEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnNewFireEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered when new instance of
IsoFire is created.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal zombie.iso.objects.IsoFireInstance ofIsoFirejust created. -
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
-
isoFire
public final zombie.iso.objects.IsoFire isoFireInstance ofIsoFirejust created.
-
-
Constructor Details
-
OnNewFireEvent
public OnNewFireEvent(zombie.iso.objects.IsoFire isoFire)
-