Class SubServer.LoggedCommand
java.lang.Object
net.ME1312.SubServers.Bungee.Host.SubServer.LoggedCommand
- Enclosing interface:
- SubServer
Command Storage Class
-
Constructor Summary
ConstructorsConstructorDescriptionLoggedCommand(String command) Store a CommandLoggedCommand(Date date, UUID sender, String command) Store a CommandLoggedCommand(UUID sender, String command) Store a Command -
Method Summary
-
Constructor Details
-
LoggedCommand
Store a Command- Parameters:
command- Command
-
LoggedCommand
Store a Command- Parameters:
sender- Command Sender (null for CONSOLE)command- Command
-
LoggedCommand
Store a Command- Parameters:
date- Datesender- Command Sender (null for CONSOLE)command- Command
-
-
Method Details
-
getDate
Get the date this command was logged- Returns:
- Date
-
getSender
Get the command sender- Returns:
- Command Sender (null if CONSOLE)
-
getCommand
Get the command- Returns:
- Command
-