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