Form Error handling & small code cleanup
This commit is contained in:
@@ -59,6 +59,10 @@ export class StructureInstance {
|
||||
return this.#structure;
|
||||
}
|
||||
|
||||
getStructureId() {
|
||||
return this.#options.structureId;
|
||||
}
|
||||
|
||||
getLocation() {
|
||||
return { dimensionId: this.#options.dimensionId, location: this.#options.worldLocation };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user