C# Class NNbt.TagGuid

An NBT node representing a GUID tag type.
Inheritance: Tag
Afficher le fichier Open project: jaquadro/NNBT

Méthodes publiques

Méthode Description
DataEqual ( Tag tag ) : bool
DeepCopy ( ) : TagGuid
TagGuid ( ) : System
TagGuid ( System.Guid d ) : System
TagGuid ( Stream stream ) : System
ToString ( ) : string
Write ( Stream stream ) : void

Méthodes protégées

Méthode Description
DeepCopyCore ( ) : Tag

Method Details

DataEqual() public méthode

public DataEqual ( Tag tag ) : bool
tag Tag
Résultat bool

DeepCopy() public méthode

public DeepCopy ( ) : TagGuid
Résultat TagGuid

DeepCopyCore() protected méthode

protected DeepCopyCore ( ) : Tag
Résultat Tag

TagGuid() public méthode

public TagGuid ( ) : System
Résultat System

TagGuid() public méthode

public TagGuid ( System.Guid d ) : System
d System.Guid
Résultat System

TagGuid() public méthode

public TagGuid ( Stream stream ) : System
stream Stream
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

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