Package io.pzstorm.storm.event.lua
Class OnEnterVehicleEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnEnterVehicleEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Called when
IsoPlayer successfully enters a vehicle.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal zombie.characters.IsoGameCharacterThe player that entered the vehicle. -
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.IsoGameCharacter playerThe player that entered the vehicle.
-
-
Constructor Details
-
OnEnterVehicleEvent
public OnEnterVehicleEvent(zombie.characters.IsoGameCharacter player)
-