This issue is not solved in a development build
It appears to not be ( https://github.com/dmulloy2/ProtocolLib/blob/master/src/main/java/com/comphenix/protocol/wrappers/WrappedBlockData.java#L144 )
Describe the bug
org.bukkit.craftbukkit.util.CraftMagicNumbers#toLegacyData requires a single argument (NMS BlockState), while com.comphenix.protocol.wrappers.WrappedBlockData.NewBlockData#setTypeAndData passes two arguments (Material and block data byte).
Screenshots
Signature of bukkit method

Exception

This issue is not solved in a development build
It appears to not be ( https://github.com/dmulloy2/ProtocolLib/blob/master/src/main/java/com/comphenix/protocol/wrappers/WrappedBlockData.java#L144 )
Describe the bug
org.bukkit.craftbukkit.util.CraftMagicNumbers#toLegacyData requires a single argument (NMS BlockState), while com.comphenix.protocol.wrappers.WrappedBlockData.NewBlockData#setTypeAndData passes two arguments (Material and block data byte).
Screenshots
Signature of bukkit method

Exception
