Class PlayerLoginSkinEvent

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()
      Will be called when the skin is disposed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 execute
        itemSet - the item set to watch
    • Method Detail

      • 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