Package io.pzstorm.storm.event.lua
Class AddXPEvent
java.lang.Object
io.pzstorm.storm.event.lua.AddXPEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered when
IsoGameCharacter earns skill experience.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAddXPEvent(zombie.characters.IsoGameCharacter player, zombie.characters.skills.PerkFactory.Perk perk, Float xpAmount) -
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 playerGame character earning experience. -
perk
public final zombie.characters.skills.PerkFactory.Perk perkPerk to earn experience for. -
xpAmount
Amount of experience to earn.
-
-
Constructor Details
-
AddXPEvent
public AddXPEvent(zombie.characters.IsoGameCharacter player, zombie.characters.skills.PerkFactory.Perk perk, Float xpAmount)
-