[Bleeding] Added Conversations API. Addresses BUKKIT-864
By: rmichela <deltahat@gmail.com>
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
package org.bukkit.command;
|
||||
|
||||
public interface ConsoleCommandSender extends CommandSender {
|
||||
import org.bukkit.conversations.Conversable;
|
||||
|
||||
public interface ConsoleCommandSender extends CommandSender, Conversable {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user