static TagType get(int byte) { for (TagType type in values) { if (type.byte == byte) { return type; } } return TagType.End; }