mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
[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