Package io.pzstorm.storm.event.lua
Class OnAmbientSoundEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnAmbientSoundEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggers when an ambient sound is constructed.
-
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
-
soundName
Name of the ambient sound being constructed. -
x
Position of ambient sound along x-axis. -
y
Position of ambient sound along y-axis.
-
-
Constructor Details
-
OnAmbientSoundEvent
-