mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 19:07:40 +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
|
||||
*/
|
||||
boolean isInLava();
|
||||
|
||||
/**
|
||||
* Check if entity is inside a ticking chunk
|
||||
*/
|
||||
boolean isTicking();
|
||||
// Paper end
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user