C# Class NNbt.TagDouble

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

Méthodes publiques

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

DeepCopyCore() protected méthode

protected DeepCopyCore ( ) : Tag
Résultat Tag

TagDouble() public méthode

public TagDouble ( ) : System
Résultat System

TagDouble() public méthode

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

TagDouble() public méthode

public TagDouble ( double d ) : System
d double
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