C# Class ExampleMod.ExampleMod

Inheritance: PBLoader.Mod
Afficher le fichier Open project: bluemagic123/tModLoader Class Usage Examples

Méthodes publiques

Свойство Type Description
FaceCustomCurrencyID int
RandomBuffHotKey ModHotKey
exampleFont SpriteFont

Méthodes publiques

Méthode Description
AddRecipeGroups ( ) : void
AddRecipes ( ) : void
ChatInput ( string text ) : void
ExampleMod ( ) : System
HandlePacket ( BinaryReader reader, int whoAmI ) : void
Load ( ) : void
ModifyInterfaceLayers ( List layers ) : void
ModifyTransformMatrix ( Matrix Transform ) : Matrix
NoBiome ( NPCSpawnInfo spawnInfo ) : bool
NoBiomeNormalSpawn ( NPCSpawnInfo spawnInfo ) : bool
NoInvasion ( NPCSpawnInfo spawnInfo ) : bool
NoZone ( NPCSpawnInfo spawnInfo ) : bool
NoZoneAllowWater ( NPCSpawnInfo spawnInfo ) : bool
NoZoneNormalSpawn ( NPCSpawnInfo spawnInfo ) : bool
NoZoneNormalSpawnAllowWater ( NPCSpawnInfo spawnInfo ) : bool
NormalSpawn ( NPCSpawnInfo spawnInfo ) : bool
Unload ( ) : void
UpdateMusic ( int &music ) : void

Private Methods

Méthode Description
AddTimeCommand ( string args ) : void
ItemCommand ( string args ) : void
NPCCommand ( string args ) : void
NPCTypeCommand ( string args ) : void
ScoreCommand ( string args ) : void
SoundCommand ( string args ) : void

Method Details

AddRecipeGroups() public méthode

public AddRecipeGroups ( ) : void
Résultat void

AddRecipes() public méthode

public AddRecipes ( ) : void
Résultat void

ChatInput() public méthode

public ChatInput ( string text ) : void
text string
Résultat void

ExampleMod() public méthode

public ExampleMod ( ) : System
Résultat System

HandlePacket() public méthode

public HandlePacket ( BinaryReader reader, int whoAmI ) : void
reader BinaryReader
whoAmI int
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

ModifyInterfaceLayers() public méthode

public ModifyInterfaceLayers ( List layers ) : void
layers List
Résultat void

ModifyTransformMatrix() public méthode

public ModifyTransformMatrix ( Matrix Transform ) : Matrix
Transform Matrix
Résultat Matrix

NoBiome() public static méthode

public static NoBiome ( NPCSpawnInfo spawnInfo ) : bool
spawnInfo NPCSpawnInfo
Résultat bool

NoBiomeNormalSpawn() public static méthode

public static NoBiomeNormalSpawn ( NPCSpawnInfo spawnInfo ) : bool
spawnInfo NPCSpawnInfo
Résultat bool

NoInvasion() public static méthode

public static NoInvasion ( NPCSpawnInfo spawnInfo ) : bool
spawnInfo NPCSpawnInfo
Résultat bool

NoZone() public static méthode

public static NoZone ( NPCSpawnInfo spawnInfo ) : bool
spawnInfo NPCSpawnInfo
Résultat bool

NoZoneAllowWater() public static méthode

public static NoZoneAllowWater ( NPCSpawnInfo spawnInfo ) : bool
spawnInfo NPCSpawnInfo
Résultat bool

NoZoneNormalSpawn() public static méthode

public static NoZoneNormalSpawn ( NPCSpawnInfo spawnInfo ) : bool
spawnInfo NPCSpawnInfo
Résultat bool

NoZoneNormalSpawnAllowWater() public static méthode

public static NoZoneNormalSpawnAllowWater ( NPCSpawnInfo spawnInfo ) : bool
spawnInfo NPCSpawnInfo
Résultat bool

NormalSpawn() public static méthode

public static NormalSpawn ( NPCSpawnInfo spawnInfo ) : bool
spawnInfo NPCSpawnInfo
Résultat bool

Unload() public méthode

public Unload ( ) : void
Résultat void

UpdateMusic() public méthode

public UpdateMusic ( int &music ) : void
music int
Résultat void

Property Details

FaceCustomCurrencyID public_oe static_oe property

public static int FaceCustomCurrencyID
Résultat int

RandomBuffHotKey public_oe static_oe property

public static ModHotKey RandomBuffHotKey
Résultat ModHotKey

exampleFont public_oe static_oe property

public static SpriteFont exampleFont
Résultat SpriteFont