Update to Minecraft 1.21

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2024-06-14 01:05:00 +10:00
parent 9c6bdb14e4
commit 5c69fd52f0
62 changed files with 550 additions and 610 deletions

View File

@@ -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();
}