menu
libac_dart
nbt/impl/ByteTag.dart
ByteTag
writeValue method
writeValue
dark_mode
light_mode
writeValue
method
@
override
void
writeValue
(
ByteLayer
data
, {
int
depth
=
-1
,
})
override
Implementation
@override void writeValue(ByteLayer data, {int depth = -1}) { data.writeByte(value); }
libac_dart
ByteTag
ByteTag
writeValue method
ByteTag class