menu
libac_dart
nbt/impl/ShortTag.dart
ShortTag
setValue method
setValue
dark_mode
light_mode
setValue
method
@
override
void
setValue
(
dynamic
val
)
override
Implementation
@override void setValue(val) { if (val is int) value = val; }
libac_dart
ShortTag
ShortTag
setValue method
ShortTag class