Class SkillAddedSkinEvent
- java.lang.Object
-
- com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent
-
- All Implemented Interfaces:
SkinEvent
public class SkillAddedSkinEvent extends java.lang.Object implements SkinEvent
ASkinEventthat executes aCommandListwhenever a new skill has been gained.
-
-
Constructor Summary
Constructors Constructor Description SkillAddedSkinEvent(@NotNull CommandList commandList, @NotNull Skill skill)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()Will be called when the skin is disposed.
-
-
-
Constructor Detail
-
SkillAddedSkinEvent
public SkillAddedSkinEvent(@NotNull @NotNull CommandList commandList, @NotNull @NotNull Skill skill)Creates a new instance.- Parameters:
commandList- the command list to executeskill- the skill to monitor
-
-