geforkt von Mirrors/Paper
#988: Add World#getIntersectingChunks(BoundingBox)
By: Flo0 <flo.roma@web.de>
Dieser Commit ist enthalten in:
Ursprung
97876f3d25
Commit
1f1ef375be
@ -436,6 +436,15 @@ public interface World extends RegionAccessor, WorldInfo, PluginMessageRecipient
|
||||
@NotNull
|
||||
public Map<Plugin, Collection<Chunk>> getPluginChunkTickets();
|
||||
|
||||
/**
|
||||
* Gets all Chunks intersecting the given BoundingBox.
|
||||
*
|
||||
* @param box BoundingBox to check
|
||||
* @return A collection of Chunks intersecting the given BoundingBox
|
||||
*/
|
||||
@NotNull
|
||||
public Collection<Chunk> getIntersectingChunks(@NotNull BoundingBox box);
|
||||
|
||||
/**
|
||||
* Drops an item at the specified {@link Location}
|
||||
*
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren