Added Entity.remove() which marks an entity for removal.
This commit is contained in:
parent
eaddcfc675
commit
5e7a59167d
@ -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…
x
Reference in New Issue
Block a user