tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.WorldBuilding.WorldUtils Class Reference

Static Public Member Functions

static Rectangle ClampToWorld (Rectangle tileRectangle)
 
static void ClearChestLocation (int x, int y)
 
static void ClearTile (int x, int y, bool frameNeighbors=false)
 
static void ClearWall (int x, int y, bool frameNeighbors=false)
 
static void DebugRegen ()
 
static void DebugRotate ()
 
static bool Find (Point origin, GenSearch search, out Point result)
 
static bool Gen (Point origin, GenShape shape, GenAction action)
 
static bool Gen (Point origin, GenShapeActionPair pair)
 
static void TileFrame (int x, int y, bool frameNeighbors=false)
 
static void WireLine (Point start, Point end)