C# Class NNbt.Id

Afficher le fichier Open project: jaquadro/NNBT

Méthodes publiques

Méthode Description
ContainsId ( TagCompound tag ) : bool
FindIndexWithId ( TagList tag, object id ) : int
FindObjectWithId ( TagList tag, object id ) : Tag
GetId ( Tag tag ) : Tag

Method Details

ContainsId() public static méthode

public static ContainsId ( TagCompound tag ) : bool
tag TagCompound
Résultat bool

FindIndexWithId() public static méthode

public static FindIndexWithId ( TagList tag, object id ) : int
tag TagList
id object
Résultat int

FindObjectWithId() public static méthode

public static FindObjectWithId ( TagList tag, object id ) : Tag
tag TagList
id object
Résultat Tag

GetId() public static méthode

public static GetId ( Tag tag ) : Tag
tag Tag
Résultat Tag