TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ModLoader.IPlant Interface Reference
+ Inheritance diagram for Terraria.ModLoader.IPlant:
+ Collaboration diagram for Terraria.ModLoader.IPlant:

Public Member Functions

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

int PlantTileId [get]
 
int VanillaCount [get]
 
int[] GrowsOnTileId [get, set]
 

Detailed Description

Definition at line 6 of file IPlant.cs.


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