SchematicParser

public class SchematicParser

Constructors

Link copied to clipboard
public void SchematicParser()

Functions

Link copied to clipboard
public static HashMap<Position, Material> parseSchematic(CompoundTag schematic)
Very barebones schematic parser, only parses the blocks and returns their positions and materials.