mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Added Entity.remove() which marks an entity for removal.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
@@ -63,4 +63,9 @@ public interface Entity {
|
||||
* @param ticks
|
||||
*/
|
||||
public void setFireTicks(int ticks);
|
||||
|
||||
/**
|
||||
* Mark the entity's removal.
|
||||
*/
|
||||
public void remove();
|
||||
}
|
||||
|
Reference in New Issue
Block a user