Definition at line 37587 of file Player.cs.
37588 {
37591 {
37592 return true;
37593 }
37594 if (
whoAmI == Main.myPlayer)
37595 {
37598 {
37601 }
37602 }
37604 {
37605 tileType = option.TileIdToPlace;
37608 return true;
37609 }
37610 return false;
37611 }
FlexibleTileWand GetFlexibleTileWand()
static int FlexibleWandCycleOffset
static int FlexibleWandRandomSeed
static Point FlexibleWandLastPosition
References Terraria.Item.GetFlexibleTileWand(), Terraria.Main.myPlayer, and Terraria.Main.rand.