mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Remove draft API from selectEntities
By: md_5 <git@md-5.net>
This commit is contained in:
parent
423392f6f7
commit
cee3fdd2e6
2 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue