menu
libac_dart
nbt/impl/ListTag.dart
ListTag
getListTagType property
getListTagType
dark_mode
light_mode
getListTagType
property
TagType
getListTagType
Implementation
TagType get getListTagType => value.length == 0 ? TagType.End : value[0].getTagType();
libac_dart
ListTag
ListTag
getListTagType property
ListTag class