Interface BedrockAdapter

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 BedrockAdapter
Checks some player is bedrock player.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isBedrockPlayer(@NotNull UUID uuid)
    Returns whether given uuid's player is from bedrock.
  • Method Details

    • isBedrockPlayer

      boolean isBedrockPlayer(@NotNull @NotNull UUID uuid)
      Returns whether given uuid's player is from bedrock.
      Parameters:
      uuid - player's uuid
      Returns:
      whether This player is from bedrock client