parseSchematic

public static HashMap<Position, Material> parseSchematic(CompoundTag schematic)

Very barebones schematic parser, only parses the blocks and returns their positions and materials.

Return

HashMap of positions (relative to the origin) and materials

Parameters

schematic