Interface UniqueIdDetermineTypeEvent

    • Field Detail

      • TYPE_AUTHENTICATED

        static final String TYPE_AUTHENTICATED
        The players UUID has been obtained by authenticating with the Mojang session servers.

        Usually indicated by the UUID being version 4.

        See Also:
        Constant Field Values
      • TYPE_UNAUTHENTICATED

        static final String TYPE_UNAUTHENTICATED
        The players UUID has not been obtained through authentication, and instead is likely based on the username they connected with.

        Usually indicated by the UUID being version 3.

        See Also:
        Constant Field Values
    • Method Detail

      • getType

        default @NonNull String getType()
        Gets the current result unique id type.
        Returns:
        the type
      • setType

        default void setType​(@NonNull String type)
        Sets the result unique id type.
        Parameters:
        type - the type