C# Class Minecraft.TAG_Long

Inheritance: TAG
Afficher le fichier Open project: mblaine/Topographer

Méthodes publiques

Свойство Type Description
Payload System.Int64

Méthodes publiques

Méthode Description
Read ( Stream data ) : void
TAG_Long ( ) : System
TAG_Long ( System.Int64 payload ) : System
TAG_Long ( System.Int64 payload, String name ) : System
TAG_Long ( 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_Long() public méthode

public TAG_Long ( ) : System
Résultat System

TAG_Long() public méthode

public TAG_Long ( System.Int64 payload ) : System
payload System.Int64
Résultat System

TAG_Long() public méthode

public TAG_Long ( System.Int64 payload, String name ) : System
payload System.Int64
name String
Résultat System

TAG_Long() public méthode

public TAG_Long ( 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 Int64,System Payload
Résultat System.Int64