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