C# 클래스 Terraria.Plugins.CoderCow.AdvancedCircuits.PluginCooperationHandler

파일 보기 프로젝트 열기: CoderCow/AdvancedCircuits-Plugin 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

PluginCooperationHandler() 공개 메소드

public PluginCooperationHandler ( Terraria.Plugins.Common.PluginTrace pluginTrace ) : System
pluginTrace Terraria.Plugins.Common.PluginTrace
리턴 System

Protector_CheckProtected() 공개 메소드

public Protector_CheckProtected ( TShockAPI.TSPlayer player, System.Drawing.Point tileLocation, bool fullAccessRequired ) : bool
player TShockAPI.TSPlayer
tileLocation System.Drawing.Point
fullAccessRequired bool
리턴 bool

SignCommands_CheckIsSignCommand() 공개 메소드

public SignCommands_CheckIsSignCommand ( string text ) : bool
text string
리턴 bool

SignCommands_ExecuteSignCommand() 공개 메소드

public SignCommands_ExecuteSignCommand ( TShockAPI.TSPlayer player, System.Drawing.Point signLocation, string text ) : void
player TShockAPI.TSPlayer
signLocation System.Drawing.Point
text string
리턴 void