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

◆ TryGettingItemTraderFromBlock()

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

Definition at line 39351 of file Player.cs.

39352 {
39353 ItemTrader result = null;
39354 if (targetBlock.type == 642)
39355 {
39357 }
39358 return result;
39359 }
static ItemTrader ChlorophyteExtractinator
Definition ItemTrader.cs:27

References Terraria.GameContent.ItemTrader.ChlorophyteExtractinator.