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