Interface EmeraldMultiplier

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 EmeraldMultiplier
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getMultiplier(org.bukkit.entity.Player player)
    Get the emerald multiplier for a specific player.
  • Method Details

    • getMultiplier

      double getMultiplier(org.bukkit.entity.Player player)
      Get the emerald multiplier for a specific player.
      Parameters:
      player - The player.
      Returns:
      The multiplier value (e.g., 1.5 for 50% more emeralds).