C# Class Minecraft.TAG_Byte

Inheritance: TAG
Afficher le fichier Open project: mblaine/Topographer Class Usage Examples

Méthodes publiques

Свойство Type Description
Payload Byte

Méthodes publiques

Méthode Description
Read ( Stream data ) : void
TAG_Byte ( ) : System
TAG_Byte ( Byte payload ) : System
TAG_Byte ( Byte payload, String name ) : System
TAG_Byte ( Stream data ) : System
ToString ( ) : string
Write ( Stream data ) : void

Method Details

Read() public méthode

public Read ( Stream data ) : void
data Stream
Résultat void

TAG_Byte() public méthode

public TAG_Byte ( ) : System
Résultat System

TAG_Byte() public méthode

public TAG_Byte ( Byte payload ) : System
payload Byte
Résultat System

TAG_Byte() public méthode

public TAG_Byte ( Byte payload, String name ) : System
payload Byte
name String
Résultat System

TAG_Byte() public méthode

public TAG_Byte ( Stream data ) : System
data Stream
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( Stream data ) : void
data Stream
Résultat void

Property Details

Payload public_oe property

public Byte Payload
Résultat Byte