@wayward/types 2.14.5-beta.dev.20250620.1 → 2.14.5-beta.dev.20250627.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -168,6 +168,7 @@ export default class Item extends EntityMovable<IItemDescription, ItemType, Refe
|
|
168
168
|
isContainer(): this is Item & IContainer;
|
169
169
|
isWithin(container?: IContainer): boolean;
|
170
170
|
get builtDescription(): IDoodadDescription | undefined;
|
171
|
+
get placeDownDescription(): IDoodadDescription | undefined;
|
171
172
|
countTradesWith(human?: Human): number;
|
172
173
|
/**
|
173
174
|
* Gets the owner of this item.
|
package/package.json
CHANGED