12 ::ll::TypedStorage<8, 16, ::ItemDescriptor> itemDescriptor;
13 ::ll::TypedStorage<4, 4, int> wantAmount;
14 ::ll::TypedStorage<4, 4, int> surplusAmount;
15 ::ll::TypedStorage<4, 4, int> maxAmount;
16 ::ll::TypedStorage<4, 4, int> pickupLimit;
17 ::ll::TypedStorage<4, 4, int> craftIntoItem;
18 ::ll::TypedStorage<4, 4, int> craftIntoItemAux;
19 ::ll::TypedStorage<4, 4, int> itemPriority;
20 ::ll::TypedStorage<1, 1, bool> admire;
21 ::ll::TypedStorage<1, 1, bool> barter;
22 ::ll::TypedStorage<1, 1, bool> storedInInventory;
23 ::ll::TypedStorage<1, 1, bool> consumeItem;
24 ::ll::TypedStorage<1, 1, bool> pickupOnly;
25 ::ll::TypedStorage<1, 1, bool> singularPickup;
31 MCAPI
void setCraftInto(::std::string
const& name);
33 MCAPI
void setItem(::std::string
const& name);