Skip to content

Instantly share code, notes, and snippets.

@TheMode
TheMode / changes.md
Last active July 7, 2024 19:20
Minestom lib/scratch update

Breaking changes

  • Entity.Pose becomes EntityPose
  • Player.Hand becomes PlayerHand
  • PacketUtils has been broken down into PacketViewableUtils and PacketSendingUtils (grouped packets)
  • Range has been reworked with all the number impl as subclasses (used for the command range argument)
  • RelativeVec has been made record, and package moved to coordinate
  • ChunkUtils has been broken down into CoordConversionUtils and ChunkRangeUtils
  • BinaryReader/Writer have been deleted, unused in the repo but NetworkBuffer is a proper replacement for the few who depended on them