tModLoader v2024.03
A mod to make and play Terraria mods
WorldGen.GrowTreeSettings.Profiles Class Reference

Static Public Member Functions

static bool TryGetFromItemId (int itemType, out GrowTreeSettings profile)
 
static bool TryGetFromTreeId (int tileType, out GrowTreeSettings profile)
 

Static Public Attributes

static GrowTreeSettings GemTree_Amber
 
static GrowTreeSettings GemTree_Amethyst
 
static GrowTreeSettings GemTree_Diamond
 
static GrowTreeSettings GemTree_Emerald
 
static GrowTreeSettings GemTree_Ruby
 
static GrowTreeSettings GemTree_Sappphire
 
static GrowTreeSettings GemTree_Topaz
 
static GrowTreeSettings Tree_Ash
 
static GrowTreeSettings VanityTree_Sakura
 
static GrowTreeSettings VanityTree_Willow
 

Member Data Documentation

◆ GemTree_Amber

GrowTreeSettings WorldGen.GrowTreeSettings.Profiles.GemTree_Amber
static
Initial value:
= new GrowTreeSettings {
GroundTest = GemTreeGroundTest,
WallTest = GemTreeWallTest,
TreeHeightMax = 12,
TreeHeightMin = 7,
TreeTileType = 589,
TreeTopPaddingNeeded = 4,
SaplingTileType = 590
}

◆ GemTree_Amethyst

GrowTreeSettings WorldGen.GrowTreeSettings.Profiles.GemTree_Amethyst
static
Initial value:
= new GrowTreeSettings {
GroundTest = GemTreeGroundTest,
WallTest = GemTreeWallTest,
TreeHeightMax = 12,
TreeHeightMin = 7,
TreeTileType = 584,
TreeTopPaddingNeeded = 4,
SaplingTileType = 590
}

◆ GemTree_Diamond

GrowTreeSettings WorldGen.GrowTreeSettings.Profiles.GemTree_Diamond
static
Initial value:
= new GrowTreeSettings {
GroundTest = GemTreeGroundTest,
WallTest = GemTreeWallTest,
TreeHeightMax = 12,
TreeHeightMin = 7,
TreeTileType = 588,
TreeTopPaddingNeeded = 4,
SaplingTileType = 590
}

◆ GemTree_Emerald

GrowTreeSettings WorldGen.GrowTreeSettings.Profiles.GemTree_Emerald
static
Initial value:
= new GrowTreeSettings {
GroundTest = GemTreeGroundTest,
WallTest = GemTreeWallTest,
TreeHeightMax = 12,
TreeHeightMin = 7,
TreeTileType = 586,
TreeTopPaddingNeeded = 4,
SaplingTileType = 590
}

◆ GemTree_Ruby

GrowTreeSettings WorldGen.GrowTreeSettings.Profiles.GemTree_Ruby
static
Initial value:
= new GrowTreeSettings {
GroundTest = GemTreeGroundTest,
WallTest = GemTreeWallTest,
TreeHeightMax = 12,
TreeHeightMin = 7,
TreeTileType = 587,
TreeTopPaddingNeeded = 4,
SaplingTileType = 590
}

◆ GemTree_Sappphire

GrowTreeSettings WorldGen.GrowTreeSettings.Profiles.GemTree_Sappphire
static
Initial value:
= new GrowTreeSettings {
GroundTest = GemTreeGroundTest,
WallTest = GemTreeWallTest,
TreeHeightMax = 12,
TreeHeightMin = 7,
TreeTileType = 585,
TreeTopPaddingNeeded = 4,
SaplingTileType = 590
}

◆ GemTree_Topaz

GrowTreeSettings WorldGen.GrowTreeSettings.Profiles.GemTree_Topaz
static
Initial value:
= new GrowTreeSettings {
GroundTest = GemTreeGroundTest,
WallTest = GemTreeWallTest,
TreeHeightMax = 12,
TreeHeightMin = 7,
TreeTileType = 583,
TreeTopPaddingNeeded = 4,
SaplingTileType = 590
}

◆ Tree_Ash

GrowTreeSettings WorldGen.GrowTreeSettings.Profiles.Tree_Ash
static
Initial value:
= new GrowTreeSettings {
GroundTest = AshTreeGroundTest,
WallTest = DefaultTreeWallTest,
TreeHeightMax = 12,
TreeHeightMin = 7,
TreeTileType = 634,
TreeTopPaddingNeeded = 4,
SaplingTileType = 20
}

◆ VanityTree_Sakura

GrowTreeSettings WorldGen.GrowTreeSettings.Profiles.VanityTree_Sakura
static
Initial value:
= new GrowTreeSettings {
GroundTest = VanityTreeGroundTest,
WallTest = DefaultTreeWallTest,
TreeHeightMax = 12,
TreeHeightMin = 7,
TreeTileType = 596,
TreeTopPaddingNeeded = 4,
SaplingTileType = 595
}

◆ VanityTree_Willow

GrowTreeSettings WorldGen.GrowTreeSettings.Profiles.VanityTree_Willow
static
Initial value:
= new GrowTreeSettings {
GroundTest = VanityTreeGroundTest,
WallTest = DefaultTreeWallTest,
TreeHeightMax = 12,
TreeHeightMin = 7,
TreeTileType = 616,
TreeTopPaddingNeeded = 4,
SaplingTileType = 615
}