Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
JunglePass () | |
void | Apply (GenerationProgress progress, GameConfiguration configuration) |
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) |
Properties | |
static UnifiedRandom | _random [get] |
static Tile[,] | _tiles [get] |
static int | _worldWidth [get] |
static int | _worldHeight [get] |
Private Member Functions | |
void | PlaceGemsAt (int x, int y, ushort baseGem, int gemVariants) |
void | PlaceFirstPassMud (int x, int y, int xSpeedScale) |
Point | CreateStartPoint () |
void | ApplyRandomMovement (ref int x, ref int y, int xRange, int yRange) |
void | GenerateTunnelToSurface (int i, int j) |
void | GenerateHolesInMudWalls () |
void | GenerateFinishingTouches (GenerationProgress progress, int oldX, int oldY) |
Private Attributes | |
double | _worldScale |
Definition at line 9 of file JunglePass.cs.