Package io.pzstorm.storm.event.lua
Class OnPlayerMoveEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnPlayerMoveEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered while the player is moving.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal zombie.characters.IsoPlayerThe player that is moving. -
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
-
player
public final zombie.characters.IsoPlayer playerThe player that is moving.
-
-
Constructor Details
-
OnPlayerMoveEvent
public OnPlayerMoveEvent(zombie.characters.IsoPlayer player)
-