|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Collaboration diagram for Terraria.ModLoader.PlantLoader:Static Public Member Functions | |
| static T | Get< T > (int plantTileID, int growsOnTileID) |
| static bool | Exists (int plantTileID, int growsOnTileID) |
| static Asset< Texture2D > | GetCactusFruitTexture (int type) |
| static Asset< Texture2D > | GetTexture (int plantId, int tileType) |
| static ITree | GetTree (int type) |
| static TreeTypes | GetModTreeType (int type) |
| static bool | ShakeTree (int x, int y, int type, ref bool createLeaves) |
| static void | GetTreeLeaf (int type, ref int leafGoreType) |
| static void | CheckAndInjectModSapling (int x, int y, ref int tileToCreate, ref int previewPlaceStyle) |
Static Package Functions | |
| static void | FinishSetup () |
| static void | UnloadPlants () |
Static Package Attributes | |
| static Dictionary< Vector2, IPlant > | plantLookup = new Dictionary<Vector2, IPlant>() |
| static List< IPlant > | plantList = new List<IPlant>() |
| static Dictionary< int, int > | plantIdToStyleLimit = new Dictionary<int, int>() |
Definition at line 9 of file PlantLoader.cs.