C# Class NNbt.TagInt

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

Méthodes publiques

Méthode Description
DataEqual ( Tag tag ) : bool
DeepCopy ( ) : TagInt
TagInt ( ) : System
TagInt ( Stream stream ) : System
TagInt ( int d ) : 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 ( ) : TagInt
Résultat TagInt

DeepCopyCore() protected méthode

protected DeepCopyCore ( ) : Tag
Résultat Tag

TagInt() public méthode

public TagInt ( ) : System
Résultat System

TagInt() public méthode

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

TagInt() public méthode

public TagInt ( int d ) : System
d int
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