Inherits EntityDefinition.
|
| BuffDefinition (int type) |
| Note: As ModConfig loads before other content, make sure to only use BuffDefinition(string, string) for modded content in ModConfig classes.
|
|
| BuffDefinition (string key) |
|
| BuffDefinition (string mod, string name) |
|
| EntityDefinition (string key) |
|
| EntityDefinition (string mod, string name) |
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
TagCompound | SerializeData () |
|
override string | ToString () |
|
TagCompound | SerializeData () |
|
|
override string | DisplayName [get] |
|
override int | Type [get] |
|
virtual string | DisplayName [get] |
|
virtual bool | IsUnloaded [get] |
|
abstract int | Type [get] |
|