Teach the API about Remote Consoles

This will allow us to raise events for remote consoles, and provide access
to them at a later date. Relates to BUKKIT-220
This commit is contained in:
Andrew Ardill
2011-12-07 16:37:35 +11:00
parent bcc738fc91
commit f2b19e14bf
3 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
package org.bukkit.command;
public interface RemoteConsoleCommandSender extends CommandSender{
}