C# Class HelloVoxelWorldMod.HelloVoxelWorldNotificationAction

Inheritance: INotificationAction
Afficher le fichier Open project: voxeltycoon/mods Class Usage Examples

Méthodes publiques

Méthode Description
Act ( ) : void
Read ( StateBinaryReader reader ) : void
Write ( StateBinaryWriter writer ) : void

Method Details

Act() public méthode

public Act ( ) : void
Résultat void

Read() public méthode

public Read ( StateBinaryReader reader ) : void
reader StateBinaryReader
Résultat void

Write() public méthode

public Write ( StateBinaryWriter writer ) : void
writer StateBinaryWriter
Résultat void