Interface EventPlayerLoggedinResult<P extends Player>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EventPlayerLoggedinResult<P extends Player>
Returns the result when a player tried to log in the server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(P player, PlayerLoggedInResult result)
    When a player tried to log in the server.