C# Class Terraria.Plugins.CoderCow.AdvancedCircuits.PluginCooperationHandler

Afficher le fichier Open project: CoderCow/AdvancedCircuits-Plugin Class Usage Examples

Méthodes publiques

Méthode Description
PluginCooperationHandler ( Terraria.Plugins.Common.PluginTrace pluginTrace ) : System
Protector_CheckProtected ( TShockAPI.TSPlayer player, System.Drawing.Point tileLocation, bool fullAccessRequired ) : bool
SignCommands_CheckIsSignCommand ( string text ) : bool
SignCommands_ExecuteSignCommand ( TShockAPI.TSPlayer player, System.Drawing.Point signLocation, string text ) : void

Method Details

PluginCooperationHandler() public méthode

public PluginCooperationHandler ( Terraria.Plugins.Common.PluginTrace pluginTrace ) : System
pluginTrace Terraria.Plugins.Common.PluginTrace
Résultat System

Protector_CheckProtected() public méthode

public Protector_CheckProtected ( TShockAPI.TSPlayer player, System.Drawing.Point tileLocation, bool fullAccessRequired ) : bool
player TShockAPI.TSPlayer
tileLocation System.Drawing.Point
fullAccessRequired bool
Résultat bool

SignCommands_CheckIsSignCommand() public méthode

public SignCommands_CheckIsSignCommand ( string text ) : bool
text string
Résultat bool

SignCommands_ExecuteSignCommand() public méthode

public SignCommands_ExecuteSignCommand ( TShockAPI.TSPlayer player, System.Drawing.Point signLocation, string text ) : void
player TShockAPI.TSPlayer
signLocation System.Drawing.Point
text string
Résultat void