Example #1
0
 protected SnowLayerMat(final int type) {
   super(
       SNOW_LAYER_1.name(),
       SNOW_LAYER_1.ordinal(),
       SNOW_LAYER_1.getMinecraftId(),
       Integer.toString(type + 1),
       (byte) type,
       SNOW_LAYER_1.getHardness(),
       SNOW_LAYER_1.getBlastResistance());
 }