Versions in this module Expand all Collapse all v1 v1.0.0 Aug 16, 2022 Changes in this version + type BlockDataBlob struct + func NewBlockDataBlob(palette map[string]int32, data []byte, xLen, yLen, zLen int32) *BlockDataBlob + func (d *BlockDataBlob) Output() (map[string]int32, []byte, int32, int32, int32) + func (d *BlockDataBlob) ReadBlock(x, y, z int32) byte + func (d *BlockDataBlob) ReadPalette(i byte) string + func (d *BlockDataBlob) SingleBlockData(id string) *BlockDataBlob + func (d *BlockDataBlob) WriteBlock(x, y, z int32, v byte) + func (d *BlockDataBlob) WritePalette(v string, i byte) + type SchematicData struct + BlockData []byte + DataVersion int32 + Height int32 + Length int32 + Metadata SchematicMetadata + Offset [3]int32 + Palette map[string]int32 + PaletteMax int32 + Version int32 + Width int32 + type SchematicMetadata struct + Author string + Date int64 + Generator string + Name string + WEOffsetX int32 + WEOffsetY int32 + WEOffsetZ int32 + WEOriginX int32 + WEOriginY int32 + WEOriginZ int32