> For the complete documentation index, see [llms.txt](https://docs.moddingofisaac.com/ab_p/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moddingofisaac.com/ab_p/beta/docs/enums/entitycollisionclass.md).

# Enum "EntityCollisionClass"

| DLC                                                                         | Value | Enumerator                            | Comment                                               |
| --------------------------------------------------------------------------- | ----- | ------------------------------------- | ----------------------------------------------------- |
| [ ](/ab_p/beta/docs/enums/entitycollisionclass.md){: .abp .tooltip .badge } | 0     | ENTCOLL\_NONE {: .copyable }          | <p>no collision with other entities <br></p>          |
| [ ](/ab_p/beta/docs/enums/entitycollisionclass.md){: .abp .tooltip .badge } | 1     | ENTCOLL\_PLAYERONLY {: .copyable }    | <p>collide with player only <br></p>                  |
| [ ](/ab_p/beta/docs/enums/entitycollisionclass.md){: .abp .tooltip .badge } | 2     | ENTCOLL\_PLAYEROBJECTS {: .copyable } | <p>collide with player, tears, familiars, .. <br></p> |
| [ ](/ab_p/beta/docs/enums/entitycollisionclass.md){: .abp .tooltip .badge } | 3     | ENTCOLL\_ENEMIES {: .copyable }       | <p>collide with enemies <br></p>                      |
| [ ](/ab_p/beta/docs/enums/entitycollisionclass.md){: .abp .tooltip .badge } | 4     | ENTCOLL\_ALL {: .copyable }           | <p>collide with everything <br></p>                   |
