Skip to content

7.2.0 for Minecraft Bedrock 1.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 16:38
e1fd0a1

Changes since 7.1.0

  • Added types\BossBarColor class containing several constants.
  • BossEventPacket::show() now accepts an optional color argument, which can be any member from the BossBarColor class.
  • Added PlayerAction::CRACK_BLOCK constant (replaces CRACK_BREAK, which was a typo and will be removed).
  • Added documentation for almost all PlayerAuthInputFlags constants.
  • Added EntityMetadataCollection::setAtomicBatch() (useful for setting things like entity height/width, where both properties must be sent even if only one of them is actually changed).