Interface PlayerMultiplier
- All Superinterfaces:
Multiplier
Represents a multiplier specifically tied to a player.
Extends the general
Multiplier
interface.-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.OfflinePlayer
Gets theOfflinePlayer
associated with this multiplier.Methods inherited from interface dev.drawethree.xprison.api.multipliers.model.Multiplier
addMultiplier, getEndDate, getMultiplier, isActive, reset, setMultiplier
-
Method Details
-
getOfflinePlayer
org.bukkit.OfflinePlayer getOfflinePlayer()Gets theOfflinePlayer
associated with this multiplier.- Returns:
- the offline player
-