menu
libac_dart
nbt/Tag.dart
Tag
asInt method
asInt
dark_mode
light_mode
asInt
method
int
asInt
(
)
Implementation
int asInt() { if (this is IntTag) { return (this as IntTag).value; } else { return 0; } }
libac_dart
Tag
Tag
asInt method
Tag class