Skip to main content

GridEntityType

Enumeration Members

NULL

NULL = 0

Defined in

GridEntityType.ts:2


DECORATION

DECORATION = 1

Does not correspond to any specific GridEntity class.

Defined in

GridEntityType.ts:5


ROCK

ROCK = 2

Grid entities with this type can be converted to the GridEntityRock class.

Corresponds to GridEntityXMLType.ROCK (1000).

Defined in

GridEntityType.ts:12


BLOCK

BLOCK = 3

Grid entities with this type can be converted to the GridEntityRock class.

Corresponds to GridEntityXMLType.BLOCK (1900).

Defined in

GridEntityType.ts:19


ROCK_TINTED

ROCK_TINTED = 4

The rocks with an "X" on them that produce soul hearts and other rewards when destroyed.

Grid entities with this type can be converted to the GridEntityRock class.

Corresponds to GridEntityXMLType.ROCK_TINTED (1003).

Defined in

GridEntityType.ts:28


ROCK_BOMB

ROCK_BOMB = 5

Grid entities with this type can be converted to the GridEntityRock class.

Corresponds to GridEntityXMLType.ROCK_BOMB (1001).

Defined in

GridEntityType.ts:35


ROCK_ALT

ROCK_ALT = 6

An urn, mushroom, skull, polyp, or bucket, depending on what the backdrop type. For more information, see the getRockAltType helper function.

(Contrary to popular belief, the stage does not matter for the purposes of determining what the RockAltType is.)

Grid entities with this type can be converted to the GridEntityRock class.

Corresponds to GridEntityXMLType.ROCK_ALT (1002).

Defined in

GridEntityType.ts:48


PIT

PIT = 7

Grid entities with this type can be converted to the GridEntityPit class.

Corresponds to GridEntityXMLType.PIT (3000).

Defined in

GridEntityType.ts:55


SPIKES

SPIKES = 8

Grid entities with this type can be converted to the GridEntitySpikes class.

Corresponds to GridEntityXMLType.SPIKES (1930).

Defined in

GridEntityType.ts:62


SPIKES_ON_OFF

SPIKES_ON_OFF = 9

Grid entities with this type can be converted to the GridEntitySpikes class.

Corresponds to GridEntityXMLType.SPIKES_ON_OFF (1931).

Defined in

GridEntityType.ts:69


SPIDER_WEB

SPIDER_WEB = 10

Does not correspond to any specific GridEntity class.

Corresponds to GridEntityXMLType.SPIDER_WEB (1940).

Defined in

GridEntityType.ts:76


LOCK

LOCK = 11

A key block.

Does not correspond to any specific GridEntity class.

Corresponds to GridEntityXMLType.LOCK (4000).

Defined in

GridEntityType.ts:85


TNT

TNT = 12

Grid entities with this type can be converted to the GridEntityTNT class.

Corresponds to GridEntityXMLType.TNT (1300).

Defined in

GridEntityType.ts:92


FIREPLACE

FIREPLACE = 13

Does not correspond to any specific GridEntity class.

Corresponds to GridEntityXMLType.FIREPLACE (1400) and GridEntityXMLType.RED_FIREPLACE (1410).

Defined in

GridEntityType.ts:100


POOP

POOP = 14

Grid entities with this type can be converted to the GridEntityPoop class.

Corresponds to many different GridEntityXMLType values.

Defined in

GridEntityType.ts:107


WALL

WALL = 15

Does not correspond to any specific GridEntity class.

Corresponds to GridEntityXMLType.WALL (1999).

Defined in

GridEntityType.ts:114


DOOR

DOOR = 16

Grid entities with this type can be converted to the GridEntityDoor class.

Does not correspond to any GridEntityXMLType value.

Defined in

GridEntityType.ts:121


TRAPDOOR

TRAPDOOR = 17

Does not correspond to any specific GridEntity class.

Corresponds to GridEntityXMLType.TRAPDOOR (9000).

Defined in

GridEntityType.ts:128


CRAWL_SPACE

CRAWL_SPACE = 18

Does not correspond to any specific GridEntity class.

Corresponds to GridEntityXMLType.CRAWL_SPACE (9100).

Defined in

GridEntityType.ts:135


GRAVITY

GRAVITY = 19

Does not correspond to any specific GridEntity class.

Corresponds to GridEntityXMLType.GRAVITY (10000).

Defined in

GridEntityType.ts:142


PRESSURE_PLATE

PRESSURE_PLATE = 20

Grid entities with this type can be converted to the GridEntityPressurePlate class.

Corresponds to GridEntityXMLType.PRESSURE_PLATE (4500).

Defined in

GridEntityType.ts:149


STATUE

STATUE = 21

Does not correspond to any specific GridEntity class.

Corresponds to GridEntityXMLType.STATUE_DEVIL (5000) and GridEntityXMLType.STATUE_ANGEL (5001).

Defined in

GridEntityType.ts:157


ROCK_SUPER_SPECIAL

ROCK_SUPER_SPECIAL = 22

A super tinted rock that yields double rewards.

Grid entities with this type can be converted to the GridEntityRock class.

Does not correspond to any GridEntityXMLType value.

Defined in

GridEntityType.ts:166


TELEPORTER

TELEPORTER = 23

Does not correspond to any specific GridEntity class.

Corresponds to GridEntityXMLType.TELEPORTER (6100).

Defined in

GridEntityType.ts:173


PILLAR

PILLAR = 24

Grid entities with this type can be converted to the GridEntityRock class.

Corresponds to GridEntityXMLType.PILLAR (1901).

Defined in

GridEntityType.ts:180


ROCK_SPIKED

ROCK_SPIKED = 25

Grid entities with this type can be converted to the GridEntityRock class.

Corresponds to GridEntityXMLType.ROCK_SPIKED (1010).

Defined in

GridEntityType.ts:187


ROCK_ALT_2

ROCK_ALT_2 = 26

A marked skull that will always drop a Fool card.

Grid entities with this type can be converted to the GridEntityRock class.

Corresponds to GridEntityXMLType.ROCK_ALT_2 (1008).

Defined in

GridEntityType.ts:196


ROCK_GOLD

ROCK_GOLD = 27

Grid entities with this type can be converted to the GridEntityRock class.

Corresponds to GridEntityXMLType.ROCK_GOLD (1011).

Defined in

GridEntityType.ts:203