Name | <LocationTag.is_spawnable> |
Returns | ElementTag(Boolean) |
Description | Returns whether the location is safe to spawn at, for a player or player-like entity.
Specifically this verifies that: - The block above this location is air. - The block at this location is non-solid. - The block below this location is solid. - All relevant blocks are not dangerous (like fire, lava, etc.), or unstable/small/awkward (like fences, doors, etc.) or otherwise likely to go wrong (like pressure plates). |
Generated Example |
|
Group | world |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4136 |