Package io.pzstorm.storm.event.lua
Class OnCreatePlayerEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnCreatePlayerEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered when a player is created.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal zombie.characters.IsoPlayerThe player which was created.final IntegerIndex of player being created. -
Constructor Summary
ConstructorsConstructorDescriptionOnCreatePlayerEvent(Integer playerIndex, zombie.characters.IsoPlayer player) -
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
-
playerIndex
Index of player being created. -
player
public final zombie.characters.IsoPlayer playerThe player which was created.
-
-
Constructor Details
-
OnCreatePlayerEvent
-