Upstream has released updates that appears to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: f41aae40 Remove reflection from CraftBlockData
Avoid using reflection to create CraftBlockData instances. Computes the class to use on IBlockData creation and clones it when needed.