Uses of Enum
me.fullpage.api.events.CoinEvent.Types
Packages that use CoinEvent.Types
-
Uses of CoinEvent.Types in me.fullpage.api.events
Fields in me.fullpage.api.events declared as CoinEvent.TypesMethods in me.fullpage.api.events that return CoinEvent.TypesModifier 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.Constructors in me.fullpage.api.events with parameters of type CoinEvent.TypesModifierConstructorDescriptionCoinEvent(org.bukkit.command.CommandSender giver, org.bukkit.entity.Player receiver, long amount, CoinEvent.Types type, long beforeBalance, long afterBalance)