public interface  com.thevoxelbox.voxelsniper.util.painter.BlockSetter extends java.lang.Object
{
public abstract void setBlockAt(com.sk89q.worldedit.math.BlockVector);
}