GridSpecific
Overview
Functions
GetCrawlSpaces()
Helper function to get all grid entities with type GridEntityType.GRID_STAIRS
and the given variant.
GetPits()
Helper function to get all grid entities with type GridEntityType.GRID_PIT
and the given variant.
GetPoops()
Helper function to get all grid entities with type GridEntityType.GRID_POOP
and the given variant.
GetPressurePlates()
Helper function to get all grid entities with type GridEntityType.GRID_PRESSURE_PLATE
and the given variant.
GetRocks()
Helper function to get all grid entities with type GridEntityType.GRID_ROCK
and the given variant.
GetSpikes()
Helper function to get all grid entities with type GridEntityType.GRID_SPIKES
and the given variant.
GetTeleporters()
Helper function to get all grid entities with type GridEntityType.GRID_TELEPORTER
and the given variant.
GetTNTs()
Helper function to get all grid entities with type GridEntityType.GRID_TNT
and the given variant.
GetTrapdoors()
Helper function to get all grid entities with type GridEntityType.GRID_TRAPDOOR
and the given variant.
SpawnDoor()
Helper function to spawn a door.
SpawnPit()
Helper function to spawn a pit.
SpawnPoop()
Helper function to spawn a poop.
SpawnPressurePlate()
Helper function to spawn a pressure plate.
SpawnRock()
Helper function to spawn a rock.
SpawnSpikes()
Helper function to spawn a spike.
SpawnTNT()
Helper function to spawn TNT.
Last updated