Uses of Enum
me.fullpage.api.events.CoinEvent.Types
-
Uses of CoinEvent.Types in me.fullpage.api.events
Modifier and TypeMethodDescriptionCoinEvent.getType()
static CoinEvent.Types
Returns the enum constant of this type with the specified name.static CoinEvent.Types[]
CoinEvent.Types.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCoinEvent(org.bukkit.command.CommandSender giver, org.bukkit.entity.Player receiver, long amount, CoinEvent.Types type, long beforeBalance, long afterBalance)