TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.Generation.PassLegacy Class Reference
+ Inheritance diagram for Terraria.GameContent.Generation.PassLegacy:
+ Collaboration diagram for Terraria.GameContent.Generation.PassLegacy:

Public Member Functions

 PassLegacy (string name, WorldGenLegacyMethod method)
 
 PassLegacy (string name, WorldGenLegacyMethod method, double weight)
 
void Apply (GenerationProgress progress, GameConfiguration configuration)
 
void Disable ()
 
delegate bool CustomPerUnitAction (int x, int y, params object[] args)
 

Public Attributes

string Name
 
double Weight
 

Protected Member Functions

override void ApplyPass (GenerationProgress progress, GameConfiguration configuration)
 

Package Attributes

readonly WorldGenLegacyMethod _method
 

Properties

bool Enabled = true [get, private set]
 
static UnifiedRandom _random [get]
 
static ref Tilemap _tiles [get]
 
static int _worldWidth [get]
 
static int _worldHeight [get]
 

Static Private Member Functions

static float GetWeight (string name)
 

Static Private Attributes

static readonly Dictionary< string, float > _weightMap_135
 
static readonly Dictionary< string, float > _weightMap
 

Detailed Description

Definition at line 7 of file PassLegacy.cs.


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