mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
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 By: Andrew Ardill <andrew.ardill@gmail.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package org.bukkit.command;
|
||||
|
||||
public interface RemoteConsoleCommandSender extends CommandSender{
|
||||
}
|
Reference in New Issue
Block a user