C# Class Minecraft.TAG_Short

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

Public Properties

Property Type Description
Payload System.Int16

Public Methods

Method Description
Read ( Stream data ) : void
TAG_Short ( ) : System
TAG_Short ( Int16 payload ) : System
TAG_Short ( Int16 payload, String name ) : System
TAG_Short ( Stream data ) : System
ToString ( ) : string
Write ( Stream data ) : void

Method Details

Read() public method

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

TAG_Short() public method

public TAG_Short ( ) : System
return System

TAG_Short() public method

public TAG_Short ( Int16 payload ) : System
payload Int16
return System

TAG_Short() public method

public TAG_Short ( Int16 payload, String name ) : System
payload Int16
name String
return System

TAG_Short() public method

public TAG_Short ( 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 Int16,System Payload
return System.Int16