@@ -1,7 +1,6 @@
|
||||
package org.bukkit.command;
|
||||
|
||||
import java.net.SocketAddress;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public interface RemoteConsoleCommandSender extends CommandSender {
|
||||
@@ -12,6 +11,5 @@ public interface RemoteConsoleCommandSender extends CommandSender {
|
||||
* @return the remote sender's address
|
||||
*/
|
||||
@NotNull
|
||||
@ApiStatus.Experimental
|
||||
public SocketAddress getAddress();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user