public class SudoCommand extends CommandBase
Command for sud operations. Registered with the command system and callable by players.
java.lang.Object > CommandBase > SudoCommand
Field Summary
playerName
final
String
playerName
Field playerName.
inputString
final
String
inputString
Field inputString.
rawArgs
final
String
rawArgs
Field rawArgs.
commandIndex
final
int
commandIndex
Field commandIndex.
player
final
PlayerRef
player
Field player.
finalCommand
final
String
finalCommand
Field finalCommand.
ref
final
Ref
ref
Field ref.
store
final
Store
store
Field store.
world
final
World
world
Field world.
playerComponent
final
Player
playerComponent
Field playerComponent.
Method Detail
SudoCommand
public
public
SudoCommand
()
Method SudoCommand.