Package eu.bedwarsia.fastbridger.api
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.
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetMultiplier(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).
-