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

Afficher le fichier Open project: CoderCow/Protector-Plugin

Méthodes publiques

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

Method Details

SendChestItem() public static méthode

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

SendChestName() public static méthode

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