I'm trying to create a HashSet of type byte in my class, like so:
public HashSet<byte> transparent;
But the eclipse error message shows:
Syntax error, insert "Dimensions" to complete ReferenceType
I don't know what this is, or what it means! I am a bit of a coding newbie, especially for java 8. I am not even sure if that's the problem!