C# Class Minecraft.TAG_Byte

Inheritance: TAG
Datei anzeigen Open project: mblaine/Topographer Class Usage Examples

Public Properties

Property Type Description
Payload Byte

Public Methods

Method 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 method

public Read ( Stream data ) : void
data Stream
return void

TAG_Byte() public method

public TAG_Byte ( ) : System
return System

TAG_Byte() public method

public TAG_Byte ( Byte payload ) : System
payload Byte
return System

TAG_Byte() public method

public TAG_Byte ( Byte payload, String name ) : System
payload Byte
name String
return System

TAG_Byte() public method

public TAG_Byte ( Stream data ) : System
data Stream
return System

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( Stream data ) : void
data Stream
return void

Property Details

Payload public_oe property

public Byte Payload
return Byte