Package io.pzstorm.storm.event.lua
Class OnTriggerNPCEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnTriggerNPCEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Currently unknown use.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOnTriggerNPCEvent(String type, se.krka.kahlua.vm.KahluaTable data, zombie.iso.BuildingDef def) -
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
registerCallback
-
Field Details
-
type
-
data
public final se.krka.kahlua.vm.KahluaTable data -
def
public final zombie.iso.BuildingDef def
-
-
Constructor Details
-
OnTriggerNPCEvent
public OnTriggerNPCEvent(String type, se.krka.kahlua.vm.KahluaTable data, zombie.iso.BuildingDef def)
-
-
Method Details
-
getName
Description copied from interface:ZomboidEventReturns a readable name that identifies this event.- Specified by:
getNamein interfaceLuaEvent- Specified by:
getNamein interfaceZomboidEvent
-