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.

@FunctionalInterface public static interface LeaderboardHologram.BedrockPlayerDetector
Functional interface for detecting bedrock players. Used to determine if special rendering adjustments should be applied.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isBedrockPlayer(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