C# Class ExampleMod.NPCs.ExampleChestSummon

Inheritance: Terraria.ModLoader.ModPlayer
ファイルを表示 Open project: bluemagic123/tModLoader

Public Properties

Property Type Description
LastChest int

Public Methods

Method Description
ChestItemSummonCheck ( int x, int y, Mod mod ) : bool
PreUpdateBuffs ( ) : void

Method Details

ChestItemSummonCheck() public static method

public static ChestItemSummonCheck ( int x, int y, Mod mod ) : bool
x int
y int
mod Mod
return bool

PreUpdateBuffs() public method

public PreUpdateBuffs ( ) : void
return void

Property Details

LastChest public_oe property

public int LastChest
return int