terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.GameContent.Biomes.GraniteBiome Class Reference
+ Inheritance diagram for Terraria.GameContent.Biomes.GraniteBiome:
+ Collaboration diagram for Terraria.GameContent.Biomes.GraniteBiome:

Classes

struct  Magma
 

Public Member Functions

override bool Place (Point origin, StructureMap structures)
 
 GraniteBiome ()
 
delegate bool CustomPerUnitAction (int x, int y, params object[] args)
 

Static Public Member Functions

static bool CanPlace (Point origin, StructureMap structures)
 

Properties

static UnifiedRandom _random [get, set]
 
static TileData _tiles [get, set]
 
static int _worldWidth [get, set]
 
static int _worldHeight [get, set]
 

Private Member Functions

void BuildMagmaMap (Point tileOrigin)
 
void SimulatePressure (out Rectangle effectedMapArea)
 
bool ShouldUseLava (Point tileOrigin)
 
void PlaceGranite (Point tileOrigin, Rectangle magmaMapArea)
 
void CleanupTiles (Point tileOrigin, Rectangle magmaMapArea)
 
void PlaceDecorations (Point tileOrigin, Rectangle magmaMapArea)
 

Static Private Member Functions

static GraniteBiome ()
 

Private Attributes

GraniteBiome.Magma[,] _sourceMagmaMap
 
GraniteBiome.Magma[,] _targetMagmaMap
 

Static Private Attributes

const int MAX_MAGMA_ITERATIONS = 300
 
static Vector2D[] _normalisedVectors
 

Detailed Description

Definition at line 15 of file GraniteBiome.cs.


The documentation for this class was generated from the following file: