Expand description

A struct to represent a typical block in Minecraft. Really only used for gathering the name/id of a block.

Structs

A Minecraft block. This struct does not store any data about the location because to get a block one must use x, y, and z coordinates on a Chunk and thus would already have the location data.