Skip to content

Static Variables

EntityHitCondition.ASSIST

Type

Int

description

The hitbox will interact with assists.

EntityHitCondition.CHARACTER

Type

Int

description

The hitbox will interact with characters.

EntityHitCondition.CUSTOM_GAME_OBJECT

Type

Int

description

The hitbox will interact with custom game objects.

EntityHitCondition.DEFAULT

Type

Int

description

Default entity interactions (all object types)

EntityHitCondition.ITEM

Type

Int

description

The hitbox will interact with items.

EntityHitCondition.NONE

Type

Int

description

No condition.

EntityHitCondition.PROJECTILE

Type

Int

description

The hitbox will interact with projectiles.