Class SkillAddedSkinEvent
java.lang.Object
com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent
- All Implemented Interfaces:
SkinEvent
A
SkinEvent that executes a CommandList whenever a new skill
has been gained.-
Constructor Summary
ConstructorsConstructorDescriptionSkillAddedSkinEvent(@NotNull CommandList commandList, @NotNull Skill skill) Creates a new instance. -
Method Summary
-
Constructor Details
-
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
-
-
Method Details