BannerProperties.applyFacing(block, BlockFace.WEST); gives the following:
Caused by: java.lang.NullPointerException: 'BlockProperty property' cannot be null
at net.visualillusionsent.utils.Verify.notNull(Verify.java:87) ~[CanaryMod-1.8.0-1.2.0-SNAPSHOT-shaded.jar:1.8.0-1.2.0-SNAPSHOT]
at net.canarymod.api.world.blocks.properties.helpers.BlockProperties.apply(BlockProperties.java:22) ~[CanaryMod-1.8.0-1.2.0-SNAPSHOT-shaded.jar:1.8.0-1.2.0-SNAPSHOT]
at net.canarymod.api.world.blocks.properties.helpers.BannerProperties.applyFacing(BannerProperties.java:43) ~[CanaryMod-1.8.0-1.2.0-SNAPSHOT-shaded.jar:1.8.0-1.2.0-SNAPSHOT]
BannerProperties.applyFacing(block, BlockFace.WEST);
gives the following: