Skip to content

peanut-framework / Classes/project / Project

Class: Project

Constructors

new Project()

ts
new Project(id): Project

Parameters

id

string

Returns

Project

Properties

blockMap

ts
blockMap: BlockMap;

features

ts
features: any[] = [];

itemMap

ts
itemMap: ItemMap;

language

ts
language: Language;

manifest

ts
manifest: Manifest;

terrainMap

ts
terrainMap: TerrainMap;

Methods

compile()

ts
compile(): Promise<void>

Returns

Promise<void>

Released under the MIT License.