|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Inheritance diagram for Terraria.ModLoader.ITree:
Collaboration diagram for Terraria.ModLoader.ITree:Public Member Functions | |
| int | TreeLeaf () |
| bool | Shake (int x, int y, ref bool createLeaves) |
| Asset< Texture2D > | GetTexture () |
| void | SetStaticDefaults () |
| void ILoadable. | Load (Mod mod) |
| Called when loading the type. | |
| void ILoadable. | Unload () |
| Called during unloading when needed. | |
| bool | IsLoadingEnabled (Mod mod) |
| Whether or not this type should be loaded when it's told to. Returning false disables M:Terraria.ModLoader.Mod.AddContent(Terraria.ModLoader.ILoadable) from actually loading this type. | |
Properties | |
| TreeTypes | CountsAsTreeType [get] |
| int | PlantTileId [get] |
| int | VanillaCount [get] |
| int[] | GrowsOnTileId [get, set] |