Hey people of Nukkit, I just started making Nukkit plugins, I know Java, I've also created Alot of bukkit plugins, But I now have a problem changing a block type, I tried
Block b = p.getTargetBlock(50); //this works
and then I tried stuff like
b.setType and stuff but it doesn't recognize it, do...