C_5577922 and C_7492943, currently named Box and StructureBox respectively, are two classes used to define axis aligned bounding boxes. While Box is used in a variety of contexts like entity and block shapes, collisions, and rendering, StructureBox on the other hand is used exclusively for structure bounding boxes.
For reference, modern mojmaps uses AABB and BoundingBox respectively for these classes.
Should we adopt the mojmaps convention? Stick with our current names? Or do something in between?
C_5577922andC_7492943, currently namedBoxandStructureBoxrespectively, are two classes used to define axis aligned bounding boxes. WhileBoxis used in a variety of contexts like entity and block shapes, collisions, and rendering,StructureBoxon the other hand is used exclusively for structure bounding boxes.For reference, modern mojmaps uses
AABBandBoundingBoxrespectively for these classes.Should we adopt the mojmaps convention? Stick with our current names? Or do something in between?