parsemap

package
v0.0.0-...-fcffdc5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2020 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProduceMap

func ProduceMap(text string, observer MapObserver) error

Types

type Location

type Location struct {
	X uint32
	Y uint32
	Z uint32
}

func NewLocationI

func NewLocationI(x int, y int, z int) Location

type MapObserver

type MapObserver interface {
	SetSize(size Location)
	AddAtom(xyz Location, path string) error
}

type RawMap

type RawMap struct {
	PathSets map[string][]string
	Content  [][][]string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL