public class SkillRemovedSkinEvent extends java.lang.Object implements SkinEvent
SkinEvent
that executes a CommandList
whenever a new skill
has been lost.Constructor and Description |
---|
SkillRemovedSkinEvent(@NotNull CommandList commandList,
@NotNull Skill skill)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Will be called when the skin is disposed.
|
public SkillRemovedSkinEvent(@NotNull @NotNull CommandList commandList, @NotNull @NotNull Skill skill)
commandList
- the command list to executeskill
- the skill to monitor