Class RawCommandContext
-
- All Implemented Interfaces:
public final class RawCommandContext
-
-
Constructor Summary
Constructors Constructor Description RawCommandContext(CommandSender sender, BasicsCommand command, String label, List<String> args, Location location)
-
Method Summary
-
-
Constructor Detail
-
RawCommandContext
RawCommandContext(CommandSender sender, BasicsCommand command, String label, List<String> args, Location location)
-
-
Method Detail
-
getSender
final CommandSender getSender()
-
getCommand
final BasicsCommand getCommand()
-
getLocation
final Location getLocation()
-
-
-
-