When calling Enderman#getCarriedMaterial, it will throw an NPE such as the error in CoreProtect here: http://pastebin.com/FxwPyDxX
This is because `EntityEnderman#getCarried()` returns a null `IBlockData`, where `CraftEnderman` expects it to be nonnull.