Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.48 KB

VillagerShopsShop.md

File metadata and controls

19 lines (14 loc) · 1.48 KB

VillagerShopsShop

Properties

Name Type Description Notes
entityType CatalogTypeEntityType The minecraft entity type string for this shops visual entity
link String The API link that can be used to obtain more information about this object
entityVariant String A very dynamic variant string for vanilla mobs, most variants as in the minecraft wiki should be supported [optional]
location Location Where the shop is currently located [optional]
name String The escaped shop name [optional]
owner UUID If this shop is a player shop this conatins the UUID of this shops owner. Omitting this field or setting it to null will remove the player-shop association. [optional]
rotation Double The mobs roations around their up-axis [optional]
stockContainer Location Location where a container should reside for stocking items. Omitting this field or setting it to null will remove the stock container. Having a player-shop without container is undefined behaviour! [optional]
stockItems List<VillagerShopsStockItem> Returns a list of all stock items currently listed. This property is read only. [optional]
uid UUID The unique shop identifier; this is not the mob uuid [optional]