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