TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ModLoader.IPylonTileEntity Interface Reference

Allows Tile Entities that you want to be included in vanilla's pylon list to actually be added to the list when said TE is extended by this interface. What this means, in short, is that whenever all of the pylons are refreshed by vanilla, Tile Entities that extend this interface will get their own

See also
T:Terraria.GameContent.TeleportPylonInfo

instance and it will be included along-side all of vanilla's pylons and any other modded pylons. More...

+ Inheritance diagram for Terraria.ModLoader.IPylonTileEntity:
+ Collaboration diagram for Terraria.ModLoader.IPylonTileEntity:

Detailed Description

Allows Tile Entities that you want to be included in vanilla's pylon list to actually be added to the list when said TE is extended by this interface. What this means, in short, is that whenever all of the pylons are refreshed by vanilla, Tile Entities that extend this interface will get their own

See also
T:Terraria.GameContent.TeleportPylonInfo

instance and it will be included along-side all of vanilla's pylons and any other modded pylons.

Definition at line 10 of file IPylonTileEntity.cs.


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