Class PlayerLoginSkinEvent
- java.lang.Object
-
- com.realtime.crossfire.jxclient.skin.events.PlayerLoginSkinEvent
-
- All Implemented Interfaces:
SkinEvent
public class PlayerLoginSkinEvent extends java.lang.Object implements SkinEvent
ASkinEventthat executes aCommandListat connection setup.
-
-
Constructor Summary
Constructors Constructor Description PlayerLoginSkinEvent(boolean login, @NotNull CommandList commandList, @NotNull ItemSet itemSet)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
-
PlayerLoginSkinEvent
public PlayerLoginSkinEvent(boolean login, @NotNull @NotNull CommandList commandList, @NotNull @NotNull ItemSet itemSet)Creates a new instance.- Parameters:
login- whether to generate login events (true) or logout events (false)commandList- the command list to executeitemSet- the item set to watch
-
-