Interface UserChangeNicknameEvent

    • Method Detail

      • getNewNickname

        java.util.Optional<java.lang.String> getNewNickname()
        Gets the new nickname of the user.
        Returns:
        The new nickname of the user.
      • getOldNickname

        java.util.Optional<java.lang.String> getOldNickname()
        Gets the old nickname of the user.
        Returns:
        The old nickname of the user.