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