Interface LeaderboardHologram.BedrockPlayerDetector
- Enclosing class:
- LeaderboardHologram
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for detecting bedrock players.
Used to determine if special rendering adjustments should be applied.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisBedrockPlayer(org.bukkit.entity.Player player) Checks if a player is a bedrock player.
-
Method Details
-
isBedrockPlayer
boolean isBedrockPlayer(org.bukkit.entity.Player player) Checks if a player is a bedrock player.- Parameters:
player- The player to check- Returns:
- true if the player is a bedrock player, false otherwise
-