Interface ServerChannelChangePositionEvent

    • Method Detail

      • getNewPosition

        int getNewPosition()
        Gets the new position of the channel.
        Returns:
        The new position of the channel.
      • getOldPosition

        int getOldPosition()
        Gets the old position of the channel.
        Returns:
        The old position of the channel.
      • getNewRawPosition

        int getNewRawPosition()
        Gets the new raw position of the channel.
        Returns:
        The new raw position of the channel.
      • getOldRawPosition

        int getOldRawPosition()
        Gets the old raw position of the channel.
        Returns:
        The old raw position of the channel.
      • getNewCategory

        java.util.Optional<ChannelCategory> getNewCategory()
        Gets the new category of the channel.
        Returns:
        The new category of the channel.
      • getOldCategory

        java.util.Optional<ChannelCategory> getOldCategory()
        Gets the old category of the channel.
        Returns:
        The old category of the channel.