|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
static |
Indicates which extractinator type an item belongs to. An extractType of 0 represents the default extraction (Silt and Slush). 0, F:Terraria.ID.ItemID.DesertFossil, F:Terraria.ID.ItemID.OldShoe, and F:Terraria.ID.ItemID.LavaMoss are vanilla extraction types. Modded types by convention will correspond to the iconic item of the extraction type. The Extractinator wiki pagehas more info. Use this in conjunction with M:Terraria.ModLoader.ModItem.ExtractinatorUse(System.Int32,System.Int32@,System.Int32@) or M:Terraria.ModLoader.GlobalItem.ExtractinatorUse(System.Int32,System.Int32,System.Int32@,System.Int32@).
Definition at line 1352 of file ItemID.cs.
Referenced by Terraria.Player.PlaceThing_ItemInExtractinator(), Terraria.Player.SmartSelect_GetAvailableToolRanges(), Terraria.Player.SmartSelect_PickToolForStrategy(), and Terraria.Player.TileInteractionsMouseOver().