mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 06:02:12 -07:00
@@ -1497,9 +1497,7 @@ public final class Bukkit {
|
||||
* no further guarantees are made.
|
||||
* @throws IllegalArgumentException if the selector is malformed in any way
|
||||
* or a parameter is null
|
||||
* @deprecated draft API
|
||||
*/
|
||||
@Deprecated
|
||||
@NotNull
|
||||
public static List<Entity> selectEntities(@NotNull CommandSender sender, @NotNull String selector) throws IllegalArgumentException {
|
||||
return server.selectEntities(sender, selector);
|
||||
|
@@ -1263,9 +1263,7 @@ public interface Server extends PluginMessageRecipient {
|
||||
* no further guarantees are made.
|
||||
* @throws IllegalArgumentException if the selector is malformed in any way
|
||||
* or a parameter is null
|
||||
* @deprecated draft API
|
||||
*/
|
||||
@Deprecated
|
||||
@NotNull
|
||||
List<Entity> selectEntities(@NotNull CommandSender sender, @NotNull String selector) throws IllegalArgumentException;
|
||||
|
||||
|
Reference in New Issue
Block a user