tModLoader v2022.09
A mod to make and play Terraria mods
|
Inherits Terraria.ModLoader.IO.ModEntry.
Public Member Functions | |
TileEntry (ModTile tile) | |
TileEntry (TagCompound tag) | |
override TagCompound | SerializeData () |
virtual TagCompound | SerializeData () |
TagCompound | SerializeData () |
Public Attributes | |
bool | frameImportant |
Public Attributes inherited from Terraria.ModLoader.IO.ModEntry | |
ushort | loadedType |
string | modName |
string | name |
ushort | type |
string | unloadedType |
ushort | vanillaReplacementType |
Static Public Attributes | |
static Func< TagCompound, TileEntry > | DESERIALIZER = tag => new TileEntry(tag) |
Protected Member Functions | |
override string | GetUnloadedType (ushort type) |
Protected Member Functions inherited from Terraria.ModLoader.IO.ModEntry | |
ModEntry (ModBlockType block) | |
ModEntry (TagCompound tag) | |
abstract string | GetUnloadedType (ushort type) |
Properties | |
override string | DefaultUnloadedType [get] |
Properties inherited from Terraria.ModLoader.IO.ModEntry | |
abstract string | DefaultUnloadedType [get] |
bool | IsUnloaded [get] |
|
protectedvirtual |
Implements Terraria.ModLoader.IO.ModEntry.
|
virtual |
Reimplemented from Terraria.ModLoader.IO.ModEntry.