Class PlayerLoginSkinEvent
java.lang.Object
com.realtime.crossfire.jxclient.skin.events.PlayerLoginSkinEvent
- All Implemented Interfaces:
SkinEvent
A
SkinEvent that executes a CommandList at connection setup.-
Constructor Summary
ConstructorsConstructorDescriptionPlayerLoginSkinEvent(boolean login, @NotNull CommandList commandList, @NotNull ItemSet itemSet) Creates a new instance. -
Method Summary
-
Constructor Details
-
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
-
-
Method Details