[Auto] Updated Upstream (Bukkit)
upcommit Bukkit Changes: dd18c0fc Deprecate and add note to regenerateChunk method
This commit is contained in:
parent
72083fd891
commit
a96460a635
6 changed files with 34 additions and 34 deletions
|
@ -1,4 +1,4 @@
|
|||
From abf7402bc4ecece3ae26cdc95077e1948f349189 Mon Sep 17 00:00:00 2001
|
||||
From 7991f82af6e972ee2ff68cb2c3d777f5226999e8 Mon Sep 17 00:00:00 2001
|
||||
From: Aikar <aikar@aikar.co>
|
||||
Date: Mon, 30 Apr 2018 17:55:28 -0400
|
||||
Subject: [PATCH] Additional world.getNearbyEntities API's
|
||||
|
@ -6,7 +6,7 @@ Subject: [PATCH] Additional world.getNearbyEntities API's
|
|||
Provides more methods to get nearby entities, and filter by types and predicates
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/World.java b/src/main/java/org/bukkit/World.java
|
||||
index e14098fa..ac32195d 100644
|
||||
index 4e07af2e..49d2cc45 100644
|
||||
--- a/src/main/java/org/bukkit/World.java
|
||||
+++ b/src/main/java/org/bukkit/World.java
|
||||
@@ -2,11 +2,14 @@ package org.bukkit;
|
||||
|
@ -24,7 +24,7 @@ index e14098fa..ac32195d 100644
|
|||
|
||||
import org.bukkit.block.Biome;
|
||||
import org.bukkit.block.Block;
|
||||
@@ -431,6 +434,205 @@ public interface World extends PluginMessageRecipient, Metadatable {
|
||||
@@ -435,6 +438,205 @@ public interface World extends PluginMessageRecipient, Metadatable {
|
||||
*/
|
||||
public Collection<Entity> getEntitiesByClasses(Class<?>... classes);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue