Class PlayerLoginSkinEvent

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

public class PlayerLoginSkinEvent extends Object implements SkinEvent
A SkinEvent that executes a CommandList at connection setup.
  • 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 execute
      itemSet - the item set to watch
  • 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