geforkt von Mirrors/Paper
Add EntityBlockStorage#clearEntities()
Dieser Commit ist enthalten in:
Ursprung
f4e92bc267
Commit
b00a393416
@ -53,4 +53,11 @@ public interface EntityBlockStorage<T extends Entity> extends TileState {
|
|||||||
* @param entity Entity to add to the block
|
* @param entity Entity to add to the block
|
||||||
*/
|
*/
|
||||||
void addEntity(@NotNull T entity);
|
void addEntity(@NotNull T entity);
|
||||||
|
|
||||||
|
// Paper start - Add EntityBlockStorage clearEntities
|
||||||
|
/**
|
||||||
|
* Clear all currently stored entities in the block.
|
||||||
|
*/
|
||||||
|
void clearEntities();
|
||||||
|
// Paper end
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren