mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 11:27:35 +01:00
Entity#isTicking
This commit is contained in:
parent
64f9dff6ef
commit
63c427de11
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user