TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ TryGettingItemTraderFromBlock()

static ItemTrader Terraria.Player.TryGettingItemTraderFromBlock ( Tile targetBlock)
inlinestaticprivate

Definition at line 40408 of file Player.cs.

40409 {
40410 ItemTrader result = null;
40411 if (targetBlock.type == 642)
40412 {
40414 }
40415 return result;
40416 }
static ItemTrader ChlorophyteExtractinator
Definition ItemTrader.cs:27

References Terraria.GameContent.ItemTrader.ChlorophyteExtractinator.

Referenced by Terraria.Player.PlaceThing_ItemInExtractinator(), and Terraria.Player.SmartSelect_PickToolForStrategy().

+ Here is the caller graph for this function: