tModLoader v2024.03
A mod to make and play Terraria mods
CaveHouseBiome Class Reference

Inherits MicroBiome.

Public Member Functions

override bool Place (Point origin, StructureMap structures)
 
abstract bool Place (Point origin, StructureMap structures)
 
- Public Member Functions inherited from GenBase
delegate bool CustomPerUnitAction (int x, int y, params object[] args)
 

Properties

double DesertChestChance [get, set]
 
double GoldChestChance [get, set]
 
double GraniteChestChance [get, set]
 
double IceChestChance [get, set]
 
double JungleChestChance [get, set]
 
double MarbleChestChance [get, set]
 
double MushroomChestChance [get, set]
 
- Properties inherited from GenBase
static UnifiedRandom _random [get]
 
static ref Tilemap _tiles [get]
 
static int _worldHeight [get]
 
static int _worldWidth [get]
 

Member Function Documentation

◆ Place()

override bool CaveHouseBiome.Place ( Point  origin,
StructureMap  structures 
)
virtual

Implements GenStructure.