Class SkillAddedSkinEvent

java.lang.Object
com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent
All Implemented Interfaces:
SkinEvent

public class SkillAddedSkinEvent extends Object implements SkinEvent
A SkinEvent that executes a CommandList whenever a new skill has been gained.
  • Constructor Details

    • SkillAddedSkinEvent

      public SkillAddedSkinEvent(@NotNull @NotNull CommandList commandList, @NotNull @NotNull Skill skill)
      Creates a new instance.
      Parameters:
      commandList - the command list to execute
      skill - the skill to monitor
  • Method Details

    • dispose

      public void dispose()
      Description copied from interface: SkinEvent
      Will be called when the skin is disposed. Should release resources.
      Specified by:
      dispose in interface SkinEvent