super(name);
}
@Override
public void resolve(ChunkCuboidLightBufferWrapper<VanillaCuboidLightBuffer> light, ImmutableCuboidBlockMaterialBuffer material, ImmutableHeightMapBuffer height, int[] x, int[] y, int[] z, int changedBlocks) {
Iterable<IntVector3> coords = new IntVector3Array(x, y, z, changedBlocks);
super.resolve(light, material, height, coords, false);
}