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