I found this documentation: https://docs.minecraftforge.net/en/1.16.x/blocks/states/, but i cant understand it whatsoever. I am trying to get a block and its IBlockState, which i already got. Based on that I would love to .getValue(IProperty<EnumDyeColor>), however it throws an error that "Syntax error on token ">", invalid Expression". Am I missing something, am i missunderstanding something? Could anyone explain please? And yes, I am fairly new to java, so maybe I just lack the knowledge of java, but please someone explain.