Mojira Archive
MCPE-148834

impactedBlocks throw :TypeError: Array contains unsupported type.

BeforeExplosionEvent 's impactedBlocks.
if use Array.filter() filter it will throw: TypeError: Array contains unsupported type.
example:
event.impactedBlocks = event.impactedBlocks.filter((arg) =>

{ return arg.y < 48 }

);

Incomplete

Fiercemao

2021-11-23, 05:10 PM

2022-04-18, 10:10 AM

2022-04-18, 10:10 AM

0

0

Unconfirmed

1.18.10.20 Beta

-