|
TModLoader v1.4.4.9
TModLoader source code documentation
|
This readonly struct is a simple shortcut to T:Terraria.GameContent.ItemDropRules.ItemDropDatabase's methods. More...
Inheritance diagram for Terraria.ModLoader.ItemLoot:
Collaboration diagram for Terraria.ModLoader.ItemLoot:Public Member Functions | |
| ItemLoot (int itemType, ItemDropDatabase itemDropDatabase) | |
| List< IItemDropRule > | Get (bool includeGlobalDrops=true) |
| IItemDropRule | Add (IItemDropRule entry) |
| IItemDropRule | Remove (IItemDropRule entry) |
| void | RemoveWhere (Predicate< IItemDropRule > predicate, bool includeGlobalDrops=true) |
Private Attributes | |
| readonly int | itemType |
| readonly ItemDropDatabase | itemDropDatabase |
This readonly struct is a simple shortcut to T:Terraria.GameContent.ItemDropRules.ItemDropDatabase's methods.
Definition at line 8 of file ItemLoot.cs.