C# Class HelloVoxelWorldMod.HelloVoxelWorldNotificationAction

Inheritance: INotificationAction
Exibir arquivo Open project: voxeltycoon/mods Class Usage Examples

Public Methods

Method Description
Act ( ) : void
Read ( StateBinaryReader reader ) : void
Write ( StateBinaryWriter writer ) : void

Method Details

Act() public method

public Act ( ) : void
return void

Read() public method

public Read ( StateBinaryReader reader ) : void
reader StateBinaryReader
return void

Write() public method

public Write ( StateBinaryWriter writer ) : void
writer StateBinaryWriter
return void