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.
Checks some player is bedrock player.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisBedrockPlayer(@NotNull UUID uuid) Returns whether given uuid's player is from bedrock.
-
Method Details
-
isBedrockPlayer
Returns whether given uuid's player is from bedrock.- Parameters:
uuid- player's uuid- Returns:
- whether This player is from bedrock client
-