mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-31 20:51:47 +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
|
* @param ticks
|
||||||
*/
|
*/
|
||||||
public void setFireTicks(int ticks);
|
public void setFireTicks(int ticks);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Mark the entity's removal.
|
||||||
|
*/
|
||||||
|
public void remove();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user