C# Class Minecraft.TAG

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

Méthodes publiques

Свойство Type Description
IsNamed bool
Name TAG_String
Type TYPE

Méthodes publiques

Méthode Description
Read ( Stream data ) : void
TryGetValue ( String key, TAG &value ) : bool
Write ( Stream data ) : void
this ( String key ) : TAG

Method Details

Read() public abstract méthode

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

TryGetValue() public méthode

public TryGetValue ( String key, TAG &value ) : bool
key String
value TAG
Résultat bool

Write() public abstract méthode

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

this() public méthode

public this ( String key ) : TAG
key String
Résultat TAG

Property Details

IsNamed public_oe property

public bool IsNamed
Résultat bool

Name public_oe property

public TAG_String,Minecraft Name
Résultat TAG_String

Type public_oe property

public TYPE Type
Résultat TYPE