C# 클래스 Terraria.Plugins.CoderCow.Protector.PacketUtils

파일 보기 프로젝트 열기: CoderCow/Protector-Plugin

공개 메소드들

메소드 설명
SendChestItem ( TShockAPI.TSPlayer player, int chestIndex, IList items ) : void
SendChestName ( TShockAPI.TSPlayer player, int chestIndex, string name ) : void

메소드 상세

SendChestItem() 공개 정적인 메소드

public static SendChestItem ( TShockAPI.TSPlayer player, int chestIndex, IList items ) : void
player TShockAPI.TSPlayer
chestIndex int
items IList
리턴 void

SendChestName() 공개 정적인 메소드

public static SendChestName ( TShockAPI.TSPlayer player, int chestIndex, string name ) : void
player TShockAPI.TSPlayer
chestIndex int
name string
리턴 void