getChildrenByTag method
Get a list of children
Implementation
List<T> getChildrenByTag(NbtTagType tagType) =>
where((tag) => tag.nbtTagType == tagType).toList();
Get a list of children
List<T> getChildrenByTag(NbtTagType tagType) =>
where((tag) => tag.nbtTagType == tagType).toList();