Package io.pzstorm.storm.event.lua
Class OnObjectAddedEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnObjectAddedEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered after
IsoObject has been added to world.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal zombie.iso.IsoObjectObject that was just added to world. -
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
-
object
public final zombie.iso.IsoObject objectObject that was just added to world.
-
-
Constructor Details
-
OnObjectAddedEvent
public OnObjectAddedEvent(zombie.iso.IsoObject object)
-