Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EliteMobs
/
com.magmaguy.elitemobs.commands
/
CurrencyCommandsHandler
Currency
Commands
Handler
public
class
CurrencyCommandsHandler
Created by MagmaGuy on 17/06/2017.
Members
Constructors
Currency
Commands
Handler
Link copied to clipboard
public
void
CurrencyCommandsHandler
(
)
Functions
add
All
Command
Link copied to clipboard
public
static
void
addAllCommand
(
CommandSender
commandSender
,
double amount
)
add
Command
Link copied to clipboard
public
static
void
addCommand
(
Player
player
,
double amount
)
public
static
void
addCommand
(
CommandSender
commandSender
,
String
onlinePlayer
,
double amount
)
check
Command
Link copied to clipboard
public
static
void
checkCommand
(
CommandSender
commandSender
,
String
playerName
)
pay
Command
Link copied to clipboard
public
static
void
payCommand
(
Player
sender
,
String
recipientName
,
double amount
)
set
Command
Link copied to clipboard
public
static
void
setCommand
(
CommandSender
commandSender
,
String
onlinePlayer
,
double amount
)
subtract
Command
Link copied to clipboard
public
static
void
subtractCommand
(
String
playerName
,
double amount
)
public
static
void
subtractCommand
(
CommandSender
commandSender
,
String
onlinePlayer
,
int amount
)
wallet
Command
Link copied to clipboard
public
static
void
walletCommand
(
Player
player
)