peanut-framework / Classes/project / Project
Class: Project
Constructors
new Project()
ts
new Project(id): Project
Parameters
id
string
Returns
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
>