Name | carrying_egg |
Object | EntityTag |
Input | ElementTag(Boolean) |
Related Tags | <EntityTag.carrying_egg> If the entity is a turtle, returns whether it is carrying an egg. A turtle that is carrying an egg isn't visually different, but can't breed and will eventually lay the egg.
|
Description | If the entity is a turtle, sets whether it is carrying an egg. |
Generated Example |
|
Group | properties |
Requires | Paper |
Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/EntityCarryingEgg.java#L66 |