Package io.pzstorm.storm.event.lua
Class OnFillContainerEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnFillContainerEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered after
ItemContainer has being filled.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOnFillContainerEvent(String roomName, String containerType, zombie.inventory.ItemContainer container) -
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
-
roomName
Name of the room in which the container is located in. -
containerType
Type of container being filled. -
container
public final zombie.inventory.ItemContainer containerInstance of container being filled.
-
-
Constructor Details
-
OnFillContainerEvent
-