mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -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
|
* @param ticks
|
||||||
*/
|
*/
|
||||||
public void setFireTicks(int ticks);
|
public void setFireTicks(int ticks);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Mark the entity's removal.
|
||||||
|
*/
|
||||||
|
public void remove();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user