C# Class Terraria.Plugins.CoderCow.Protector.PacketUtils

Show file Open project: CoderCow/Protector-Plugin

Public Methods

Method Description
SendChestItem ( TShockAPI.TSPlayer player, int chestIndex, IList items ) : void
SendChestName ( TShockAPI.TSPlayer player, int chestIndex, string name ) : void

Method Details

SendChestItem() public static method

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

SendChestName() public static method

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