![]() |
tModLoader v2023.10
A mod to make and play Terraria mods
|
Inherits AbstractNPCShop.Entry.
Public Member Functions | |
Entry (int item, params Condition[] condition) | |
Entry (Item item, params Condition[] condition) | |
Entry | AddCondition (Condition condition) |
Entry | AddShopOpenedCallback (Action< Item, NPC > callback) |
bool | ConditionsMet () |
Entry | Disable () |
void | OnShopOpen (Item item, NPC npc) |
Entry | OrderLast () |
Entry | ReserveSlot () |
Entry | SortAfter (Entry target) |
Entry | SortBefore (Entry target) |
Properties | |
IEnumerable< Condition > | Conditions [get] |
bool | Disabled [get] |
Item | Item [get] |
bool | OrdersLast [get] |
bool | SlotReserved [get] |
![]() | |
IEnumerable< Condition > | Conditions [get] |
Item | Item [get] |
|
get |
Implements AbstractNPCShop.Entry.
|
get |
Implements AbstractNPCShop.Entry.