You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2019. It is now read-only.
This is fine and helpful, but most of the time I'm more interested in the TagType of the children. I know TagType and Class names are a 1:1 mapping, but it feels wrong to use "secondary" data (the class) to convert it back into "primary" data (the tag type as specified in the file).
I know having the class is useful and may be important for Generics reasons, but is it possible to add the tag type of the children anyway?
The text was updated successfully, but these errors were encountered:
The
ListTag
class has an attribute:This is fine and helpful, but most of the time I'm more interested in the
TagType
of the children. I know TagType and Class names are a 1:1 mapping, but it feels wrong to use "secondary" data (the class) to convert it back into "primary" data (the tag type as specified in the file).I know having the class is useful and may be important for Generics reasons, but is it possible to add the tag type of the children anyway?
The text was updated successfully, but these errors were encountered: