Entity#isTicking
This commit is contained in:
@@ -898,5 +898,10 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
|||||||
* Check if entity is in lava
|
* Check if entity is in lava
|
||||||
*/
|
*/
|
||||||
boolean isInLava();
|
boolean isInLava();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check if entity is inside a ticking chunk
|
||||||
|
*/
|
||||||
|
boolean isTicking();
|
||||||
// Paper end
|
// Paper end
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user