Collision Rule
A string used to determine how collision works in a team.
Caution
Currently, the pushOtherTeams
and pushOwnTeam
collision rules have the opposite effect due to MC-87984.
Values
Value | Description |
---|---|
always |
The default behavior. |
never |
No entities can push entities in the team. |
pushOtherTeams |
Only entities from another team can push the entities in the team. |
pushOwnTeam |
Only entities in the team can push each other. |