C# Class ChestControl.ChestControl

Inheritance: TerrariaPlugin
Show file Open project: Deathmax/Chest-Control

Public Properties

Property Type Description
LastSave System.DateTime
Players CPlayer[]

Public Methods

Method Description
ChestControl ( Terraria.Main game ) : System
Initialize ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
NetHooks_GetData ( Hooks.GetDataEventArgs e ) : void
OnSaveWorld ( bool resettime, HandledEventArgs e ) : void
OnUpdate ( ) : void
ServerHooks_Leave ( int obj ) : void
UpdateChecker ( ) : void

Method Details

ChestControl() public method

public ChestControl ( Terraria.Main game ) : System
game Terraria.Main
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() public method

public Initialize ( ) : void
return void

Property Details

LastSave public static property

public static DateTime,System LastSave
return System.DateTime

Players public static property

public static CPlayer[] Players
return CPlayer[]