Package io.pzstorm.storm.event.lua
Class OnReceiveItemListNetEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnReceiveItemListNetEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOnReceiveItemListNetEvent(zombie.characters.IsoPlayer player1, ArrayList<?> list, zombie.characters.IsoPlayer player2, String text1, String text2) -
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
-
player1
public final zombie.characters.IsoPlayer player1 -
player2
public final zombie.characters.IsoPlayer player2 -
list
-
text1
-
text2
-
-
Constructor Details
-
OnReceiveItemListNetEvent
-