Definition at line 63654 of file WorldGen.cs.
63655 {
63660 if (Main.remixWorld)
63661 {
63666 }
63667 else if ((
double)
j < Main.rockLayer)
63668 {
63673 }
63676 {
63678 {
63679 if (
InWorld(
k,
l) && Main.tile[
k,
l].active() && Main.tile[
k,
l].type == 211)
63680 {
63682 }
63683 }
63684 }
63686 {
63687 return false;
63688 }
63691 {
63693 {
63694 if (
InWorld(
m,
n) && Main.tile[
m,
n].active() && Main.tile[
m,
n].type == 211)
63695 {
63697 }
63698 }
63699 }
63701 {
63702 return false;
63703 }
63704 return true;
63705 }
static bool InWorld(int x, int y, int fluff=0)
References Terraria.Main.remixWorld, Terraria.Main.rockLayer, and Terraria.Main.tile.